Skip to content

A simple android Todo app with google room database persistence library. (google_room+lottie+recyclerview_drag_drop)

License

Notifications You must be signed in to change notification settings

TankRaj/TODO_Room

Repository files navigation

Android TODO application: using google room database persistence library

Why Room over SQLITE?

  • compile-time verification of raw SQL queries
  • no need of updating queries on DB schema changes
  • less boilerplate code
  • more clean code architecture

A simple demonstration of room library implementation

Clone this repository:

git clone https://github.com/TankRaj/TODO_Room.git

Now import the project in android studio and modify as per your requirements.

Happy Coding!!! 😄

About

A simple android Todo app with google room database persistence library. (google_room+lottie+recyclerview_drag_drop)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages