项目作者: maximrub

项目描述 :
providers for Xamarin
高级语言: C#
项目地址: git://github.com/maximrub/xamarin.git
创建时间: 2017-03-01T11:40:31Z
项目社区:https://github.com/maximrub/xamarin

开源协议:MIT License

下载


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 NuGet Badge
  • Xamarin.Extensions.Configuration.FileStorageJson - Xamarin FileStorage Json configuration provider implementation for Microsoft.Extensions.Configuration NuGet Badge
  • Xamarin.FileStorage.Android - Xamarin FileStorage Android provider NuGet Badge
  • Xamarin.FileStorage.iOS - Xamarin FileStorage iOS provider NuGet Badge

    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.