Coder Social home page Coder Social logo

mvxplugins's Introduction

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

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!

mvxplugins's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.