This sample demonstrates how to the use the android Jetpack library and practices in Kotlin and the MVVM architecture standard.
The app makes a request and consumes the data with Retrofit, saving it in a local database with Room ORM, the concept of reactive programming with jetpack Data Binding, Live Data and RxJava was used
Clone this repository and import into Android Studio
git clone hhttps://github.com/leoallvez/basic-sample-jetpack.git
Jetpack
Third party library
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request