An open API service indexing awesome lists of open source software.

https://github.com/depechie/2017-connectedapp

Everything you need to create a resilient Xamarin Forms app
https://github.com/depechie/2017-connectedapp

Last synced: 8 months ago
JSON representation

Everything you need to create a resilient Xamarin Forms app

Awesome Lists containing this project

README

          

# ConnectedApp

Demo app to show off following libraries used, for creating a production worthy Xamarin forms app

- PRISM for Xamarin forms as MVVM Framework
- REFIT for REST API mapping and retrieval
- AKAVACHE for local cache storage
- CONNECTIVITY plugin to only access internet if connected
- POLLY for retry mechanism in case of exception