lucasreiners / persisting-android-material-stepper

This library allows to use Material steppers inside Android applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persisting Android Material Stepper Release

This library tries to merge the variable persistence from WizardDroid into Android Material Stepper

Documentation

Instead of extending from Fragment and including Step simply extend from StepFragment class

Use annotation @StepVariable for variables defined in your StepFragments or PersistingStepperLayout. Variables are automatically shared into PersistingStepperLayout and the following StepFragment upon clicking next in the stepper. Make sure to use the same name for StepVariables across different StepFragments.

About

This library allows to use Material steppers inside Android applications.

License:Apache License 2.0


Languages

Language:Java 65.6%Language:Kotlin 34.4%