Skip to content

walkingtree/WizarDroid.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

WizarDroid.NET is a lightweight library that makes it easy to implement wizards in Xamarin.Android applications.

Key advantages:

  • Offers a built-in basic wizard layout with wizard navigation controls.
  • Supports automatic state propagation/preservation between wizard steps
  • Supports the concept of required steps, preventing the user from navigating forward until a necessary action is completed.
  • Customizable, allows definition of additional layouts.

Refer to the bundle sample project for the implementation details.

Demo Video

IMAGE ALT TEXT HERE

Download

Binaries of this project are available on Nuget (https://www.nuget.org/packages/WizarDroid.NET/)

To install WizarDroid.NET dlls, run the following command in the Package Manager Console:

PM> Install-Package WizarDroid.NET

Credits

WizarDroid.NET is maintained by Ananth Racherla. Please report all issues on Github.

The work here has been ported from WizarDroid written in Java by Nimrod Dayan (CodePond.org).

Gitignore courtesy gitignore.

License

WizarDroid.Net is available under the MIT License.

Copyright(c) Walking Tree and Ananth Racherla