This is project is based on concept of CRUD i.e Create, Read, Update, Delete. It deals with a simple Student Record DataBase which uses SQLite Database for CRUD operations.
The motivation behind this project was that to apply the concept of SQLite which I learned as theory and then implement it with an Android Application which helped me to understand SQLite practically.
This is an Android Application built with:
- Core Java
- SQLite Database
- Adobe XD (for logo)
The feature of this application is very simple. It's a simple Student Record Application that is adding records of students as ID, Name, email address and Course Count with is based on prinicple of CRUD. It uses SQLite DataBase for storing and retrieving and perform all the DataBase Stuff.


