an easy way to do this is make 2 different user interfaces, 1 with the first button first, and 1 with the second button first. Then depending on which button is pressed change the user interface using setContentView(R.layout.x); //x being the name you give the layout you want to show
Incase you don't know how to program a buttons actions, look here, http://developer.android.com/reference/android/widget/Button.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

