Skip to content

A simple android notes app with MVVM, Dagger2, View Model, LiveData, Room persistence library and Retrofit

Notifications You must be signed in to change notification settings

Gr8Warrior/Scribble

Repository files navigation

Notes-App

A simple notes app with MVVM, Dagger2, View Model, LiveData Room persistence library and Retrofit

Build Steps

OS Dependencies:
  • Android Studio
  • JDK
  • Node.js
  • Node Package Manager(npm)
Build Steps
  1. Install all OS Dependencies as described above
  2. Clone Repository
  3. Go to project/mock-server
  4. run $ npm run json:server
  5. Get notes list : http://{ip}:3000/notes
  6. Open the project in android studio
  7. Set your network ip in APIClient.BASE_URL
  8. Run the application
Troubleshooting
Example
  • Mock db contains notes

About

A simple android notes app with MVVM, Dagger2, View Model, LiveData, Room persistence library and Retrofit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages