AirplaneModeProof icon indicating copy to clipboard operation
AirplaneModeProof copied to clipboard

This repository contains the sample code for my talk "Creating airplane mode proof Xamarin applications"

AirplaneModeProof Sample

This repository contains the sample code for my talk "Creating airplane mode proof Xamarin applications". This app shows you how to add more network resilience and optimisations to your mobile apps by using libaries as Refit, Akavache, FFImageLoading, Connectivity and Polly.

The server code is included (note: it is flawed by design!), but you can also use the hosted version: http://airplanemodeproof-api.azurewebsites.net/api/

Resources

  • https://robgibbens.com/resilient-network-services-with-xamarin/
  • https://codemilltech.com/akavache-is-aka-awesome/
  • https://xamgirl.com/consuming-a-restful-web-service-in-xamarin-forms-using-refit-part-1/
  • https://xamarinhelp.com/resilient-network-connectivity-xamarin-forms/
  • https://blog.verslu.is/xamarin/xamarin-forms-xamarin/using-akavache-xamarin/

License

Available under the MIT license. See the LICENSE file for more info.