Skip to content

Cleaner code

Compare
Choose a tag to compare
@AkshayChordiya AkshayChordiya released this 05 Mar 16:38
· 68 commits to master since this release
  • New: Moved to a centralized gradle dependency management with the help of Kotlin and buildSrc. For more on this refer here.
  • New: LiveDataExtensions which comes with a simpler observe function.
  • New: ViewModelExtensions which cuts the boilerplate required to get ViewModel using ViewModelProviders.
  • Updated: LiveDataCallAdapter and LiveDataAdapter to perform conversion of Retrofit Response to Resource class which provides state and data to the UI.
  • Bumped to newer version of dependencies.
  • Added TODO at places for future improvements.
  • Overall code-conciseness.
  • Improved documentation.