Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.95 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.95 KB

Jetpack Libraries Sample

This sample demonstrates how to the use the android Jetpack library and practices in Kotlin and the MVVM architecture standard.

MVVM

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

Installation

Clone this repository and import into Android Studio

git clone hhttps://github.com/leoallvez/basic-sample-jetpack.git

Built With

Jetpack

Third party library

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request