Xamarin provides a way to quickly build native apps for iOS, Android, and Windows, completely in C#.
Read more about the platform at Xamarin.
The purpose of this project is to provide you with common packages to help you to get started with Xamarin.
- 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
- In your portable library create {FILE_NAME}.json, Build Action as Content and Copy Always.
- 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.
- 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.
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.