This project is uploaded to show you the usage of SQLite databases and its particular methods such as updating, deleting, creating data via java methods and SQLite commands in android programming field.
The sequence of the operations is given below.
1.Design layout file according to your request.
2.Create objects (-that you need to add and manipulate via database-) and their setter getter methods.
3.Create adapters for the objects.
4.Create database class.
5.Eventually, define needed views in MainActivity.java and create methods acorrding to information you have.
Good Luck