shiveshmehta09 / RoomExample

Android application to save toDo list implemented using room

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Room Sample

ToDo List Application created as a sample for Room persistence library included this functions:

  1. add a row to the database
  2. remove a row from database
  3. retrieve rows from the database
  4. save multiple rows to the database
  5. clear all rows from the database

read more about Room in the Android documentation

About

Android application to save toDo list implemented using room

License:Apache License 2.0


Languages

Language:Java 100.0%