Reputation: 1
I am building an app for Android where I have a navigation drawer with 3 buttons, each leading to a separate screen. On one screen is another button that, when clicked, will start a wizard like "control" that has 4 screens, and you need to move to the next and previous in each one. The last screen has a submit button where I process input from the other screens in the wizard. What is the best way to do this in android? I am coming from the .NET world and I looked around for a wizard control of some sort, but to no avail. Any ideas are helpful!
Upvotes: 0
Views: 1055