This application uses SQLite for data storage and has two screens: Grades screen and Add Course screen. The Grades screen allows the user to view stored courses and grades, delete a course, and add a ...
SQLite is a software library that provides a relational database management system. The lite in SQLite means lightweight in terms of setup, database administration, and required resources. SQLite has ...