Skip to content

A simple android app which uses SQLite database to store student data

Notifications You must be signed in to change notification settings

s0oraj/Students

Repository files navigation

Students

A simple android app which displays a list of students and their respective data. A user can add a new student or edit an exisiting students data.

Install & try the app: Download APK

Screenshots

     

Working of the app

  • This app displays a list of students academic information in its main ui screen.
  • It fetches data from an SQLite database via a ContentProvider.
  • The data is recieved in the form of a Cursor. The main ui screen is updated by a CursorAdapter which uses this cursor as its dataset.

Features

  • Users can add a student data such as name, roll number, branch and semester into the app.
  • This user entered data gets stored by android in the SQLite database.
  • The data is conserved even after the app is being closed. Therefore users can refer to the student data later.
  • Existing student data can be updated or deleted as desired by the specific user using the app.

About

A simple android app which uses SQLite database to store student data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages