In my application I need to ask the user some information in the beginning. Like Google asks users when they first launch the phone.
Using Java and Android, how do I make the same kind of setup wizard for my application? I could create multiple activities and when moving to the next page in the wizard I'd launch that. That doesn't seem a good way to do it.
I'd like to use Eclipse's GUI builder to design it.
Creating a wizard is explained here, also: https://plus.google.com/113735310430199015092/posts/6cVymZvn3f4
You can get the code here: https://github.com/romannurik/android-wizardpager