项目作者: maximrub
项目描述 :
providers for Xamarin
高级语言: C#
项目地址: git://github.com/maximrub/xamarin.git
Introduction
Xamarin provides a way to quickly build native apps for iOS, Android, and Windows, completely in C#.
Read more about the platform at Xamarin.
Providers
The purpose of this project is to provide you with common packages to help you to get started with Xamarin.
Getting Started
Install the Nuget Package
- Xamarin.Extensions.Logging.MobileCenter - Visual Studio Mobile Center logger provider implementation for Microsoft.Extensions.Logging

- Xamarin.Extensions.Configuration.FileStorageJson - Xamarin FileStorage Json configuration provider implementation for Microsoft.Extensions.Configuration

- Xamarin.FileStorage.Android - Xamarin FileStorage Android provider

- Xamarin.FileStorage.iOS - Xamarin FileStorage iOS provider

Configuration file
Shared PCL
- In your portable library create {FILE_NAME}.json, Build Action as Content and Copy Always.
iOS
- In the project root, right click and Add > Existing Item
- Go to your PCL folder and find the JSON file.
- Though instead of pressing add, press the drop down, next to the Add button, and Add as Link.
Android
- In the Assets folder, right click and Add > Existing Item
- Go to your PCL folder and find the JSON file.
- Though instead of pressing add, press the drop down, next to the Add button, and Add as Link.
Sample app
Friends App - A basic sample app to help you get started.
Note: The sample app includes an example on how to use the ExrinProviders packages.