Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 15

VISVESVARAYATECHNOLOGICAL UNIVERSITY

MOBILE DEVELOPMENTAPPLICATION
mini project synopsis presentation on
ATTENDANCE MANAGEMENTSYSTEM
NAME USN By

HARSHA VARDHINI 4VM18CS015 UndertheGuidanceof

K Mr.SagarB
AssistantProfessor
JAYASHREE K M 4VM18CS021

Department Of Computer Science And Engineering


Vidya Vikas Institute of Engineering and Technology
Mysuru-28
1. AIM
2. INTRODUCTION
3. OBJECTIVES
4. SCOPE
5. BLOCK DIAGRAM
6. REQUIREMENTS
TOPICS • HARDWARE REQUIREMENTS
• SOFTWARE REQUIREMENTS

7. IMPLEMENTATION
8. RESULTS AND DISCUSSION
9. CONCLUSION
10. REFERENCES
AIM
 Attendance Management app stores and retrieves the information about the student
information such as present or absent through mobile device in the provided server
database present.
To generates the attendance of the student on basis of their presence in class.
INTRODUCTION
The project Attendance Management System has been developed for World User for
android market and college user.
 Attendance Management System is an application for taking daily attendance in
schools and colleges.
The main motive behind this software is to replace the traditional pen and register
system.
OBJECTIVES
Attendance Management System application is developed for maintaining the
attendance of the student on the daily basis in the college.
Here the staffs, who are handling the subjects, will be responsible to mark the
attendance of the students.
 An accurate report based on the student attendance is generated here.
This system will also help in evaluating attendance eligibility criteria of a student.
Report of the student’s attendance on weekly and monthly basis is generated.
 
SCOPE
The scope of the project is the system on which the software is installed, i.e. the
project is developed as a desktop application, and it will work for a particular
institute. But later on the project can be modified to operate it online.
BLOCK DIAGRAM
REQUIREMENTS
Hardware Requirements
RAM: - 8 GB
Hard Disk: - 500 GB or more
Processor: Intel core i3

Software Requirements
Operating System: Windows 10
 Language: java
Tool: Android Studio
IMPLEMENTATION
package com.android.attendance.activity;
import com.example.androidattendancesystem.R;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MainActivity extends Activity {
Button start;
@Override protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
start =(Button)findViewById(R.id.buttonstart);
start.setOnClickListener(new OnClickListener()
{
@Override
public void onClick(View v)
{
Intent intent =new Intent(MainActivity.this,LoginActivity.class);
startActivity(intent);
}
}
}
RESULTS AND DISCUSSION
In present system, faculties are marking the attendance directly in the paper and
post them as data entry in server manually.
The whole activities are stored in the database; at the end of the semester or session
report will be generated by needful manner.
CONCLUSION
By this system Attendance marking and report generation becomes easy.
The system is operated at a high level of efficiency and all the teachers and user
associated with the system understands its advantage.
This app helps the faculties to reduce their work stress by reducing the time and
calculations required to update the attendance manually. 
It overcomes the many limitations incorporated in the attendance.
REFERENCES
Android Developers Fundamentals Course-concepts
Dawn Griffiths and David Griffiths, “ Head First Android Development”, 1st
Edition, O’ReillysPD Publishers, 2015
http://developer.android.com/develop/index.html
http://www.android-x86.org/releases/releasenote-4-4-r1
THANK
YOU

You might also like