0% found this document useful (0 votes)
104 views1 page

Android Attendance System App

This document discusses developing a mobile application for recording student attendance. The application would allow teachers to view and update attendance for their courses from their mobile devices. It would fetch student and course details from a server and store attendance locally. At the end of each month, teachers could upload the attendance data from their mobile to the server, provided an internet connection is available. The application is developed for Android devices using the Android software development kit in Java-like language within the Eclipse integrated development environment.

Uploaded by

Karthi Moorthy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views1 page

Android Attendance System App

This document discusses developing a mobile application for recording student attendance. The application would allow teachers to view and update attendance for their courses from their mobile devices. It would fetch student and course details from a server and store attendance locally. At the end of each month, teachers could upload the attendance data from their mobile to the server, provided an internet connection is available. The application is developed for Android devices using the Android software development kit in Java-like language within the Eclipse integrated development environment.

Uploaded by

Karthi Moorthy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Student Attendance

Through Mobile Devices


Abstract
Since ages, marking attendance has been one of the most important way to record and
track the presence of students in schools, colleges. Attendance marking in different
forms has been in use in various organization to record the presence of their human
resource. This helps the organization in generating their month-end payroll, and
other activities. Such systems may be manual or automated. Biometric-based system,
card-based system are some of the examples of automated attendance system.
In this project, an attempt has been made to record attendance through mobile
devices. The aim of the project is to create an Android mobile application for
attendance system that can be used by all teachers for their respective courses. This
application fetches the details of the courses allotted to the respective faculty and
the students enrolled in the courses from the server using the internet connection
and stores it in the mobile database. This application stores the attendance in
the mobile internal database and the faculty can view and update the attendance
whenever required. At the end of the month, when the faculty is needed to upload
the attendance, they can directly upload it from their mobile in the server provided
the internet connection is [Link] application uses Android application development toolkit.
Android is a Linux-based operating system developed for smart phones or tablet computers. It is a
stack of software that includes operating system, middleware and libraries and APIs
written in C. The Android application is developed in Java-like language using the
Android software development kit (SDK). The integrated development environment
(IDE) which is officially supported for Android apps development and used in this
project is Eclipse, which uses the Android Development Tools (ADT) plugin.

You might also like