I do not think that you have given enough information for anyone to really help you. Navigating via intents is the primary (only?) way of moving from screen to screen in Android, so you can safely assume that this works. Looking at the log output in DDMS and the stack-trace in the debugger (plus the information in the exception that is likely being thrown somewhere) might give you an idea what you have done wrong.
A good start might be just looking at the examples in the samples/ApiDemos directory of the SDK installation and have a look how it is done there. Ludwig 2008/10/20 sush <[EMAIL PROTECTED]> > > Hello, > > I am trying to execute an Android application which will create a new > activity (that will open a new UI screen) on a button click. > I have stated the new activity as an intent in the main class and > added it in the androidmanifest file as another activity. > But when I execute this application I get an error in the emulator > saying the application has stopped unxpectedly. > > Please help in this if there are some other way to navigate from one > screen to another. > > Regards, > Susama > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

