GitXplorerGitXplorer
D

2017-ConnectedApp

public
9 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
1a0a2c8b855679f4f717cf5d095956cbada6b095

Step 06 : Adding POLLY circuit breaker policy

DDepechie committed 7 years ago
Unverified
60afcb2fee38232c46a6fec2564138b266986f8c

Added presentation

DDepechie committed 7 years ago
Unverified
e43788e6dddb20959a0f2c7c81b3018c3d5f17e3

Step 05 : Adding POLLY for retry mechanism in case of exception

DDepechie committed 7 years ago
Unverified
17145a7adf8195ecdcb89cacb4dc8688e227534e

Step 04 : Adding CONNECTIVITY plugin

DDepechie committed 7 years ago
Unverified
2b74ba36fcfd3925227eafb121bcca9865c90882

Step 03 : Adding AKAVACHE for local cache storage

DDepechie committed 7 years ago
Unverified
467eb6b4eb19a580fb47b685484c3938c852e4fe

Step 02 : Adding REFIT for REST API mapping and retrieval

DDepechie committed 7 years ago

README

The README file for this repository.

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