Manage Student is an Android app built with Java that allows teachers to manage student information locally using a SQLite database.
- User authentication - Teachers can log in to access student data
- Manage classes - Add, edit, and delete class names
- Manage students - Add, edit, and delete student profiles with name, birth date, etc.
- View class lists - See all students assigned to each class
- Search for students - Search for students by class
- Java based
- MVVM architecture
- SQLite database for local data storage
- RecyclerViews to display student and class lists
- Material design UI components
- Clone the repository
- Import the project into Android Studio
- Build and run the app on an emulator or device