-
The sample is pure Kotlin,the main architecture is MVVM
-
Use Kotlin 1.3 RC without package experimental suffix
Use AndroidX
- All libraries are replace to androidx.*
Use Jetpack
- Use library Lifecycles, LiveData,ViewModel
Use Coroutines
- Use Coroutines replace Rxjava