ToDo List Application created as a sample for Room persistence library included this functions:
- add a row to the database
- remove a row from database
- retrieve rows from the database
- save multiple rows to the database
- clear all rows from the database
read more about Room in the Android documentation