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.
- 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.
- Language: Java
- IDE: Android Studio Iguana 2023.2.1 Patch 2
- Database: SQLite
- Target SDK: 33
- Minimum SDK: 21
Clone this repository:
git clone https://github.com/yourusername/CourseRegApp.git