Re: [android-developers] Getting a second page to do anything

2011-08-21 Thread Appaholics
You need to declare the second activity in the manifest. You will also need an intent in your first activity to launch the second one. This http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/can help you in adding and starting another activity. Thanks On Sun, Aug

[android-developers] Getting a second page to do anything

2011-08-21 Thread erik wagner
Hi, This is I'm sure a very simple thing to do and I am just missing something but I am just starting out. I have the main view, which has a button. The button brings up a second view that is supposed to show some toast message (or, in fact do anything). I can get everything to work on the first