https://github.com/mdmasum23/android-course-registration-app
An Android app for managing student course records with CRUD operations using SQLite database.
https://github.com/mdmasum23/android-course-registration-app
androidapp courseregistration crud-application crud-operations java sqlite-database
Last synced: about 1 year ago
JSON representation
An Android app for managing student course records with CRUD operations using SQLite database.
- Host: GitHub
- URL: https://github.com/mdmasum23/android-course-registration-app
- Owner: MdMasum23
- Created: 2025-01-28T13:35:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-28T14:00:39.000Z (over 1 year ago)
- Last Synced: 2025-03-24T03:13:26.006Z (about 1 year ago)
- Topics: androidapp, courseregistration, crud-application, crud-operations, java, sqlite-database
- Language: Java
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CourseRegApp - Android Course Registration App
An Android application to manage course registration using SQLite as the backend database. This app demonstrates CRUD operations (Create, Read, Update, Delete) for student course data. Built using Android Studio Iguana 2023.2.1 Patch 2.
---
## Features
- **Add Student Records:** Insert new student registration details.
- **View Records:** List all registered courses and associated student details.
- **Edit and Delete Records:** Update or remove existing course records.
- **SQLite Integration:** Lightweight local database storage.
- **User-Friendly UI:** Clean and responsive interface.
---
## Screenshots
*  *
---
## Technologies Used
- **Language:** Java
- **IDE:** Android Studio Iguana 2023.2.1 Patch 2
- **Database:** SQLite
- **Target SDK:** 33
- **Minimum SDK:** 21
---
## How to Run the Project
Clone this repository:
```bash
git clone https://github.com/yourusername/CourseRegApp.git