Possible Duplicates:
Make a wizard like application in Android
Pattern one activity, multiple views. Advantages and disadvantages.
Hi,
i'm new to android development and have a basic question.
suppose i want to implement a wizard-like interaction involving several interactions
with the user where in each interaction i want to display a page of information to which the user responds, and move on to the next page to get some more information from the user (each page may have its own menu) until the user goes through all the pages of the 'wizard'.
the question is, in android, can the wizard and all of its various pages be a single activity or does each page of information need to be a separate activity?