I am a new android programmer and i am trying to create the following example:
http://learnandroid.blogspot.com/2008/01/opening-new-screen-in-android.html
I have created a second activity following the instructions from this previous question: Best way to add Activity to an Android project in Eclipse?
but i cant seem to get it to generate the second xml file for screen 2(from the example). I only seem to get one main.xml
Thanks