user1371391
user1371391

Reputation: 1

Creating a Wizard in an Android app

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

Answers (1)

k3b
k3b

Reputation: 14755

You can use the open source android lib WizarDroid

Upvotes: 1

Related Questions