paulpatarinski / Xamarin.Forms.Plugins

Xamarin Forms Plugins

Home Page: http://paulpatarinski.github.io/Xamarin.Forms.Plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugins for Xamarin Forms

Xamarin Test Cloud Report

What is this?

This is my main repo for all Xamarin Forms Plugins that I have or will be publishing. These PCL plugins will allow you to add rich cross platform functionality to Xamarin.Forms.

Current Plugins for Xamarin Forms

Generators:

Controls:

Helpers:

Repo structure :

Sample App :

  • A solution demonstrating all the plugins in a single app
  • Uses nuget to reference the plugins (Testing that the nuget packages work)

Plugins :

  • Each plugin has its own Sample App allowing you to test the plugin as you are developing it
  • Plugin projects are referenced directly
  • Each Platform has a project containing the Platform Specific Code
  • All Platform Projects reference the PCL Project (contains the Control implementation)

Each plugin has its own Readme with more details.

Contributors

The repo structure is courtesy of

License

Licensed under MIT see License File

About

Xamarin Forms Plugins

http://paulpatarinski.github.io/Xamarin.Forms.Plugins

License:MIT License


Languages

Language:C# 100.0%