Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MobiliTips/MvxPlugins
MVVMCross plugins
https://github.com/MobiliTips/MvxPlugins
Last synced: about 1 month ago
JSON representation
MVVMCross plugins
- Host: GitHub
- URL: https://github.com/MobiliTips/MvxPlugins
- Owner: MobiliTips
- License: apache-2.0
- Created: 2015-03-11T15:22:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T18:23:02.000Z (over 8 years ago)
- Last Synced: 2024-10-11T20:37:17.131Z (2 months ago)
- Language: C#
- Size: 6.27 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin - MvxForms ★8 - MVVMCross plugin for using Xamarin.Forms. (Xamarin.Forms)
README
##Please find new plugins commited to https://github.com/Apptracktive
##And explained at http://www.apptracktive.com# MvxPlugins
MVVMCross plugins## MvxForms aka MvvmCross - Xamarin Forms plugin
MvvmCross plugin to work with Xamarin Forms on iOS, Android, WinPhone SL, WinStore 8.1 & WinPhone 8.1 projects.
### Release notes:
1.2.0:
* [Update] Xamarin.Forms nuget packages updated to 1.4.2
* [New] Now Base presenter public methods like Show or ChangePresentation are virtual so that you can override it on each platform presenter
* [New] Forms.Init added to Android MvxFormsApplicationMainActivity### Install
It's a simple plugin allowing you to work with both MvvmCross and Xamarin Forms and based on Cheesebaron FormsPresenters code.
Install the plugin and follow the "ToDo - MvxForms" instuctions on each platform.### Usage
You can work either with Xaml or cs views, it doens't matter.
By default, the plugin will look for views with "View" suffix but anyway, you can tell the plugin to work with your own suffix (like "Page" as many prefer) by writing it into the presenter initialization (Setup file) like that (example for Android but the same for iOS, WinPhone or WinStore):var presenter = new MvxFormsAndroidViewPresenter(new MvxFormsApp(), "Page");
Full tutorial available:
* English: https://mobilitips.wordpress.com/2015/04/14/use-mvvmcross-with-xamarin-forms-thanks-to-mvxforms-plugin/
* French: https://mobilitips.wordpress.com/2015/04/13/utiliser-mvvmcross-avec-xamarin-forms-grace-au-plugin-mvxforms/## MvxAms aka MvvmCross - Azure Mobile Services plugin
Work with Azure Mobile Services thanks to MvvmCross framework with almost 1 line call to manage remote as local data (local data management need you to install the MvvmCross - Azure Mobile Services plugin Local Store extension), authenticate users or send custom API requests.
### Release notes:
1.1.0-beta1:
* [New] Initialization configurable at global and platform specific level
* [New] Transparent auto initialization
* [New] Manage remote data
* [New] Manage local data (with plugin extension)
* [New] Manage data synchronization (with plugin extension)
* [New] Authenticate users directly from a PCL call
* [New] Send custom API request### Install
Available soon...
### Usage
Available soon...
Already working but private beta testing in progress.
## MvxAms.LocalStore aka MvvmCross - Azure Mobile Services plugin Local Store extension
This plugin extend possibilities of the MvvmCross - Azure Mobile Services plugin to manage local data.
### Release notes
1.0.0-beta1:
* [New] Manage local data
* [New] Manage data synchronization### Install
Available soon...
### Usage
Available soon...
Already working but private beta testing in progress.
Stay tuned!