Home

Awesome

No Maintenance Intended

Android WizardPager Sample Code

Example ViewPager-based wizard UI sample code. See my Google+ post for more details.

<img src="https://lh6.googleusercontent.com/-lgJrf133dDE/UJNK4sFAOuI/AAAAAAAAnt4/K_DoI6CkvVU/w413-h689-no/1.png" width="200"> <img src="https://lh5.googleusercontent.com/-fIDUZ0tQCsc/UJNLjnPLTGI/AAAAAAAAoO8/xKceOatljP0/w413-h689-no/2.png" width="200"> <img src="https://lh3.googleusercontent.com/-hZ2RhaJC3Pw/UJNLlM_9qVI/AAAAAAAAnRg/a-UtWyFUgYU/w413-h689-no/3.png" width="200">

Additional page type examples (boolean and single text field) can be found in <a href="https://github.com/str4d/android-wizardpager/tree/textfield">str4d's fork</a> (<a href="https://github.com/str4d/android-wizardpager/tree/textfield/src/com/example/android/wizardpager/wizard/model">model</a>, <a href="https://github.com/str4d/android-wizardpager/tree/textfield/src/com/example/android/wizardpager/wizard/ui">ui</a>).