/WizarDroid

A lightweight Android library for creating step by step wizards

Primary LanguageJavaMIT LicenseMIT

Screenshot

screenshot

Overview

This project frok from WizarDroid, add indicator use library Android-ViewPagerIndicator.

WizarDroid is a lightweight Android library, developed by CodePond.org, that addresses a feature that Android is surprisingly missing, Wizards. It is built on top of Android's ViewPager to enable slide animation and touch functionality. Implementation is done mainly by extending BasicWizardLayout class.

Key advantages:

  • Built-in basic wizard layout with paging and slide animation
  • Wizard context for persisting data in the wizard
  • Compatible with other libraries such as ActionBarSherlock
  • Support for nested fragments
  • Wizard's flow is defined in one place and can be maintained easily
  • Simple API for controlling wizard's flow in runtime

More info is available on WizarDroid home page.

Requirements

You need to make sure that your project is compatible with the following:

  1. Minimum SDK is API level 9
  2. Android's support-library-v4 r18

Build and Documentation

For more information refer to the Wiki pages on github or check out the bundled sample project.

Android-ViewPagerIndicator readme.

Contribute

Right now the sample app is very poor. I'm looking for extra hands on that. Please send me an email if you wish to help me with it. Otherwise if you wish to contribute, fork and create a pull request. Thanks!

Credits

WizarDroid is developed and maintained by Nimrod Dayan (CodePond.org). Feedback is warmly welcome: feedback@codepond.org or open an issue on Github.

License

You may use WizarDroid under the terms of MIT License.