[android-beginners] Re: Problem with Intent and Activity

2008-11-17 Thread [EMAIL PROTECTED]
Thanks, I checked APIDemos and got this line in manifest file: category android:name=android.intent.category.SAMPLE_CODE / I am thinking abt that but not sure.So thank for the hint. Bye. On Nov 16, 2:47 pm, Mark Murphy [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, I am facing one

[android-beginners] Re: Problem with Intent and Activity

2008-11-17 Thread [EMAIL PROTECTED]
This line: action android:name=android.intent.action.MAIN / defines which activity in the application is the 'main' activity - in other words, which is the activity (or screen) that will load up first. In an application, there should only be one main activity. On Nov 17, 5:38 pm, [EMAIL

[android-beginners] Re: Problem with Intent and Activity

2008-11-16 Thread Mark Murphy
[EMAIL PROTECTED] wrote: Hi, I am facing one wiered problem. I have created 4 intent reciver in my AndroidManifeast.xml file. And I have created 4 class for that and the code is working perfectly. The problem is when ever I launch emulator to lauch application, I can see 4 diffrent