views:

3

answers:

0

Hi All

I quite new to Android

I created a class that extends Android class this way:

public class MyClass extends InstrumentationTestCase

I looked the chain of InstrumentationTestCase and found that there is no Activity class in this chain.

So I didn't create a activity.

Also in my manifest I see no activity tag.

No I wish to create an intent from command line into my code and have no idea how to integrate a lake of activity and Intent creation.