The Student Records Management System is an Android-based mobile application designed to facilitate the efficient handling of student information. It enables an admin to manage student data, including personal information, contact details, academic records, and course information. This system uses SQLite, a lightweight relational database, to store and retrieve data locally on the Android device.
IDE for development | Android Studio |
Programming language(s) | Java/Kotlin |
SQLite | SQLite |
Android Device/Emulator | Android Device/Emulator |
App Features
Admin Login System
- Secure login authentication for admin access.
Course Management
- Add new courses.
- View and delete courses.
Student Records Management
- Add student information:
- Personal Information: Name, Gender, Course
- Contact Details: Phone, Email, Address
- Academic Details: HSC, SSC, CGPA
- Update or delete existing student records.
- View the complete list of students.
App Output Screens








How to run the Student Record App
Download the App Code and unzip the Student-Record-App-Android-SQLite folder
StudentRecordSystem
folder contains the Source code of the app
StudentRecord.apk
This APK contains the full implementation of the application, including its user interface, business logic, and database interactions (via SQLite).
Installation Instructions:
Transfer the StudentRecord.apk
file to an Android device.
Enable “Install from unknown sources” in the device settings (if not already enabled).
Tap the APK file and proceed with the installation.
Once installed, the StudentRecord app will be available in the app drawer.
App Demo
The post Student Record Android App using SQLite appeared first on PHPGurukul.
Source: Read MoreÂ