Skip to content

Simple MVVM Architecture With Room Database and coroutine

Notifications You must be signed in to change notification settings

HypnoticLemon/MVVM_Room_Demo

Repository files navigation

MVVM_Room_Demo

Simple Android MVVM Architecture With Room Database

Coroutine Api call and error handling

Retrofit2 HTTP Rest client

Installation

Clone this repository and import into Android Studio

git clone https://github.com/HypnoticLemon/MVVM_Room_Demo.git

Generating signed APK

From Android Studio:

  1. Build menu
  2. Generate Signed APK...
  3. Fill in the keystore information (you only need to do this once manually and then let Android Studio remember it)

Maintainers

This project is mantained by:

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. Run the lint (gradlew lint).
  5. Push your branch (git push origin my-new-feature)
  6. Create a new Pull Request

About

Simple MVVM Architecture With Room Database and coroutine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages