An android application used to mark the attendance of the students by teacher and generate various reports.
This application allows the teacher to perform two operations:
- Mark the attendance of courses currently teaching
- Generate 3 types of attendance reports by course:
- Individual student report
- Overall course report
- Daily report
- Each report is of two forms:
- Graphical — Charts
- The attendance/report functionality is accompanied by AJAX search. Which allows search by student:
- Roll no.
- Name
This application is basically second module of an android application and deals with the above mentioned functionality only. While the first part deals with managing teachers, courses, and students.
- Firebase Authentication
- Firebase Database
- Android Studio
- VSCode
This project makes use of the MPAndroidChart library for drawing charts in the reports.