Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
NewsApp.v2.8.0.apk | 2018-03-05 | 2.6 MB | |
Cleaner code source code.tar.gz | 2018-03-05 | 898.5 kB | |
Cleaner code source code.zip | 2018-03-05 | 926.3 kB | |
README.md | 2018-03-05 | 730 Bytes | |
Totals: 4 Items | 4.5 MB | 0 |
- 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 getViewModel
usingViewModelProviders
. - Updated:
LiveDataCallAdapter
andLiveDataAdapter
to perform conversion of RetrofitResponse
toResource
class which providesstate
anddata
to the UI. - Bumped to newer version of dependencies.
- Added
TODO
at places for future improvements. - Overall code-conciseness.
- Improved documentation.