Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 796 Bytes

SixFourFantasy

A simple cricket app that allows you to see ongoing, past and upcoming matches with their scores.

Implementation Features

  • 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.