https://github.com/vadece3/attendance_app
an Android app to perform attendance in every institute
https://github.com/vadece3/attendance_app
android-application android-studio java realm-mobile-database xml
Last synced: 11 months ago
JSON representation
an Android app to perform attendance in every institute
- Host: GitHub
- URL: https://github.com/vadece3/attendance_app
- Owner: vadece3
- Created: 2024-02-12T07:32:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T00:30:48.000Z (over 1 year ago)
- Last Synced: 2025-01-27T14:53:37.725Z (about 1 year ago)
- Topics: android-application, android-studio, java, realm-mobile-database, xml
- Language: Java
- Homepage:
- Size: 39.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/user-attachments/assets/4df40f07-c4d1-4343-ae89-59a5fa96ad28
# Attendance_App
To run the project you need to install android studio and import the project. The work is still and can still be woked upon.
#USED:
- Android Studio 2.2
- XML
- Realm Database
#Short Description:
It is an Android app used to conduct attendance in any institute.
#FUNCTIONALITIES:
1- Upload the list of all the students offering a particular course (the class list) -> The only constrain here is that the Google excel sheet should be arranged according to the apps format so that the app can easily import it.(The app gives a specification on that)
2- View all students present in the added list and add a new student in the list if needed.
3- Import a new class list to add to the already present class list (updating the existing class list with another class list).
4- Take attendance-> Here the attendance can be taken per date and each attendance date is given a particular mark i.e today's attendance can be taken on 10 and tomorrow's attendance can be taken on 5 and so un.
5- View the attendance statistics of each student in percentage. You can also modify a student`s presence status.
6- View and share the attendance excel sheet with anybody through mail.
7- View an attendance graph (ploted chart) for all students.