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
Right click on
/res/layout-> New, chooseAndroid XML File. Selectlayout, name itscreen2.xml.Now you can see it appear, just paste your screen 2 XML source into it.