##Please find new plugins commited to https://github.com/Apptracktive ##And explained at http://www.apptracktive.com
MVVMCross plugins
MvvmCross plugin to work with Xamarin Forms on iOS, Android, WinPhone SL, WinStore 8.1 & WinPhone 8.1 projects.
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
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.
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/
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.
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
Available soon...
Available soon...
Already working but private beta testing in progress.
This plugin extend possibilities of the MvvmCross - Azure Mobile Services plugin to manage local data.
1.0.0-beta1:
- [New] Manage local data
- [New] Manage data synchronization
Available soon...
Available soon...
Already working but private beta testing in progress.
Stay tuned!