https://github.com/maximrub/xamarin
providers for Xamarin
https://github.com/maximrub/xamarin
logging xamarin-forms
Last synced: 5 months ago
JSON representation
providers for Xamarin
- Host: GitHub
- URL: https://github.com/maximrub/xamarin
- Owner: maximrub
- License: mit
- Created: 2017-03-01T11:40:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T12:33:29.000Z (over 8 years ago)
- Last Synced: 2025-11-27T13:58:17.810Z (7 months ago)
- Topics: logging, xamarin-forms
- Language: C#
- Size: 258 KB
- Stars: 10
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://www.xamarin.com).
# Providers
The purpose of this project is to provide you with common packages to help you to get started with [Xamarin](https://www.xamarin.com).
# Getting Started
## Install the Nuget Package
* Xamarin.Extensions.Logging.MobileCenter - Visual Studio Mobile Center logger provider implementation for Microsoft.Extensions.Logging [](https://www.nuget.org/packages/Xamarin.Extensions.Logging.MobileCenter)
* Xamarin.Extensions.Configuration.FileStorageJson - Xamarin FileStorage Json configuration provider implementation for Microsoft.Extensions.Configuration [](https://www.nuget.org/packages/Xamarin.Extensions.Configuration.FileStorageJson)
* Xamarin.FileStorage.Android - Xamarin FileStorage Android provider [](https://www.nuget.org/packages/Xamarin.FileStorage.Android)
* Xamarin.FileStorage.iOS - Xamarin FileStorage iOS provider [](https://www.nuget.org/packages/Xamarin.FileStorage.iOS)
## 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](../../tree/master/Sample) - A basic sample app to help you get started.
**Note:** The sample app includes an example on how to use the [ExrinProviders](https://github.com/maximrub/ExrinProviders) packages.