Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romannurik/Android-WizardPager
Android pager-style wizard flow sample code
https://github.com/romannurik/Android-WizardPager
Last synced: 2 months ago
JSON representation
Android pager-style wizard flow sample code
- Host: GitHub
- URL: https://github.com/romannurik/Android-WizardPager
- Owner: romannurik
- License: apache-2.0
- Created: 2013-08-15T18:58:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T22:55:05.000Z (over 6 years ago)
- Last Synced: 2024-08-02T02:11:32.230Z (5 months ago)
- Language: Java
- Size: 558 KB
- Stars: 1,160
- Watchers: 74
- Forks: 357
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-person - Android-WizardPager
README
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Android WizardPager Sample Code
===============================Example `ViewPager`-based wizard UI sample code. See [my Google+ post](https://plus.google.com/+RomanNurik/posts/6cVymZvn3f4) for more details.
Additional page type examples (boolean and single text field) can be found in str4d's fork (`model`, `ui`).