/WizardPager

Wizard Pager is a library that provides an example implementation of a Wizard UI on Android, it's based of Roman Nurik's wizard pager (https://code.google.com/p/romannurik-code/source/browse/misc/wizardpager)

Primary LanguageJavaApache License 2.0Apache-2.0

Wizard Pager

Wizard Pager Screenshot

Wizard Pager is a library that provides an example implementation of a Wizard UI on Android, it's based of Roman Nurik's wizard pager (https://code.google.com/p/romannurik-code/source/browse/misc/wizardpager)

I've updated Roman's code to use the latest support library, it is now structured as a library project, and it's backwards compatible with Android 2.2

Usage

There is a sample implementation, so you can see how to add this library to your project. THe example uses ActionBarSherlock so you will need to add that as a dependency on the example project

Developed By

  • Forked from code by Tech Freak - tech.freak.blog@gmail.com
  • Based on code by Roman Nurik
  • Additions by Björn Ritzl (added the Wizard Activity, made the Review page optional and move the app specific CustomerPage to the example)

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.