An open API service indexing awesome lists of open source software.

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.

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

* ![Image](https://github.com/user-attachments/assets/c2a62b12-7c5a-4489-ba22-0ce327f6579b) *

---

## 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