Dineshbala1 / WizarDroid.Net

Xamarin.Android wizard extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Xamarin.Android wizard extension

License:MIT License


Languages

Language:C# 100.0%