reactivedroid / TvFlix

TvFlix android app using Dagger Hilt, Coroutines, Flow, KTX, Jetpack(Room, ViewModel, Paging3, Lifecycle) based on MVVM with clean code architecture purely written in Kotlin
https://reactivedroid.github.io/TvFlix/
MIT License
412 stars 57 forks source link

Faster initialisation via enhanced DI, Improved test, More Kotlin sweetness #10

Closed reactivedroid closed 4 years ago

reactivedroid commented 4 years ago
  1. DI improvement over ViewModels
  2. Remove ViewModelModule.kt
  3. Lazy initialisation of OkHttp for faster starts
  4. Improve HomeViewModelTest.kt
  5. Add different ktx libs, to have more Kotlin sweetness
  6. Update AS to 4.0 and other deps
  7. Remove findbugs.gradle as it is deprecated over SpotBugs