Skip to content

A Visual Studio template for projects based on Xamarin.Forms and MvvmCross.

License

Notifications You must be signed in to change notification settings

CherechesC/XamFormsMvxTemplate

Repository files navigation

No longer actively supported

For new features and upgrade to newer MvvmCross, Xamarin Forms versions, and support for newer versions of Visual Studio, take a look at the following extension, or the following repo.

XamFormsMvxTemplate

This is a project to build a Visual Studio 2015 extension to help you start developing with Xamarin.Forms and MvvmCross.

You can download the extension from the Visual Studio gallery.

Requirements

The projects generated require a reference to the SQLite libraries, and because of issues with the latest version of Nuget, the UWP project cannot get that reference from the MvvmCross SQLite package. In order to be able to resolve this reference, you need to install the SQLite for Universal Windows Platform extension. You can download the extension from here.

What to expect

After installing the extension, when creating a new project in Visual Studio, you will be able to select a new template: Xamarin Forms with MvvmCross Solution Template. This will create the following projects:

  • A Portable Class Library that will contain the Xamarin.Forms UI files, the View Models and a basic abstract repository class to work with the SQLite database.
  • An Android project
  • An iOS project
  • An Universal Windwos Platform project
  • An UITest project
  • An UnitTest project

Other small features that can be found in the project are:

  • Localization
  • (will continue to add more interesting stuff)

About

A Visual Studio template for projects based on Xamarin.Forms and MvvmCross.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages