A simple cricket app that allows you to see ongoing, past and upcoming matches with their scores.
- Dagger2 dependency injection.
- MVVM implementation with Android data binding library.
- RxJava/RxAndroid streams to interact with async data apis.
- Content Provider to store matches locally.
- App Loaders to provide data from content providers.
- SQLBrite for reactive data access.
- Firebase JobDispatcher for scheduling regular match data requests.
- Retrofit2 is used for making http requests with Moshi to parse the Json response.