Home

Awesome

##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:

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:

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:

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:

Install

Available soon...

Usage

Available soon...

Already working but private beta testing in progress.

Stay tuned!