Hi all, Im new to Android development and have ordered a book to help me get started but i want to get my hands dirty now and play. I have covered the layout basics from the Android site but was wondering what is the standard way of switching between views/screens?
For example lets say i have a Welcome screen which simply says welcome and has a button to click which takes you to a login page. Would you create a welcome.xml layout and login.xml layout and create 2 activity classes (one for each) and when the "Go to login" button is pressed would you create a new instance of the login activity class (which of course has an onCreate method to load the new screen)? If anyone knows of any good tutorials to follow that would be great! Cheers, Bagz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

