Plugin | NuGet version |
---|---|
Settings | |
DeviceInfo | |
Connectivity | |
SMS | |
SimpleWebToken |
This repository is a collection of plugins for MvvmCross. Currently it consists of the following plugins:
- DeviceInfo A plugin for getting information about your device, such as screen dimensions, device id, firmware version, memory, type and more.
- Connectivity A plugin for getting network information and status. aritchie's plugin is a great alternative to this plugin.
- Settings A plugin for saving simple key/value kind of settings into persistant storage
- SimpleWebToken A plugin to create SimpleWebToken's from raw representations and to generate your own.
- SMS A simple task to send SMS using default/install SMS applications on device.
- More to come! If you have a good idea, feel free to pitch it with me.
- Stuart Lodge and the community for MvvmCross
- James Montemagno for his Settings plugin, which the Settings plugin in this repository is based on.
- Coworkers at Brüel & Kjœr EMS for allowing me to publicise code to generate a SimpleWebToken.
- Xamarin for providing a reachability sample for Touch projects.
Plugin/Platform | Android | iOS | UWP | WPF |
---|---|---|---|---|
Settings | x | x | x | x |
Connectivity | x | x | x | |
Device Info | x | x | x | |
SMS | x | x | x | |
SimpleWebToken | x | x | x | x |
Major contributors will be listed below.
- Patrick Long - WPF solution for Settings.
For the moment look at the samples. More detailed docs will come in the Wiki (when someone adds it).
Other people are doing MvvmCross plugins as well and I think it is great to mention them, as they might have a useful plugin for your MvvmCross project.
- DeviceInfo plugin is licensed under Apache 2.0
- Connectivity plugin is licensed under Apache 2.0
- Settings plugin is licensed under Apache 2.0
- SimpleWebToken plugin is licensed under Apache 2.0
- SMS plugin is licensed under Apache 2.0