By Tanya Saxena
A simple SQLite database example performing CRUD(create,read,update and delete) operations.
SQLite Database Example
Software Used - Android Studio
Languages Used
- Kotlin(backend)
- XML(frontend)
Introducing a simple basic database for storing course details by performing CRUD(create, read, update an delete) operations.
Details stored in the database are
Course Name
Course Duration
Course Stream
Course Description
Add Course - Add the course details entered by the user in the database
Read Course - Displays the list of courses added into the database
Clicking on displayed course will take the user to the update and delete screen
Update Course - Make changes in the course details and update in the database
Delete Course - Delete a particular course from the database
Submitted by Tanya Saxena (tanyasaxena99)
Download packets of source code on Coders Packet
Comments