SlideShare a Scribd company logo
Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 155
ISSN: 2454-132X
Impact factor: 4.295
(Volume3, Issue6)
Available online at www.ijariit.com
Android App for Hostel Outpass Form
Mary Shalin Benigna
Department of Computer Science and Engineering
SRM University, Chennai, Tamil Nadu
maryshalin06@gmail.com
Abstract: The prime objective of “Hostel out pass application” is to create a full-fledged Android application which could help
the students to fill an out pass form and get approval from the consent staff and coordinators at one click. The form will be
approved finally by the parent also thus making sure that the student’s activity is brought to parents notice. This helps in avoiding
the problems which occur when carried out manually. It improves the efficiency of the system. It is a customized user-friendly
application for hostel students which provides out pass information. This project offers the user to enter the data through simple
and interactive manner.
Keywords: Hostel Outpass Application, Android application
I.INTRODUCTION
The user is provided with the option of viewing their previous records of outpass forms in the history tab. The student will be
directed to form page where they will have to input the details in the required field regarding the outpass details. Once filled and
submitted the form will be sent to the consent staff and Year Coordinator and parent for approval. If the coordinator does not approve
your form he will have to give certain reasons to it which will be then forwarded to the consent student. If not the approved, the
form will be directed to the student as a final verified form with which the student can go out and use it as an outpass form. Similarly,
the parent is also given a choice of declining the form. In most cases, the parents will not decline but still, this notification remains
as an intimation made to the parents so that they will be aware of their ward’s activities inside the college premises. However, in
case of emergency situations, the students might not be able to contact their parent or wait for their approval due to several reasons,
In that case, our application provides a more distinguished manner of filling up the forms namely: Emergency and Holiday outpass
forms. The emergency outpass form segment enables the user to fill the form at that instance and get it approved only by their
respective class in charge and not wait for their parent's approval. This will lessen the time consumption without taking much of the
student’s time and will be helpful for their need.However, the holiday outpasses forms will have to be submitted priory like say
before 3 days from the date of issue, for the head of the department and the parent to approve because the student will be aware of
the holiday before in hand and thus they can make their necessary arrangements prior to the date.
This application enables the student to fill the form in an easier way than filling it manually. Since everybody uses a smartphone,
creating forms through an app is the most convenient manner of establishing such platforms. Parents are also made aware of their
children’s activities thus the management need not take up the responsibility as a whole in case of emergency situations. This
advancement in technology has proven worthy for all the citizens which enable technologists to come out with such developments
useful to them.
The main modules of this project are:
 Student Module
 HOD module
 Staff module
 Parent module
Each of these modules has various functions that will enable this application to function as a whole in a more user friendly manner.
Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 156
Figure 1: Module with database
II.PROJECT PURPOSE
The purpose is to make an automated system to fill the outpass application and to carry out various operations of the hostel. The
system will provide the ease of use to the students and the staff by performing all the work on the smartphone through this application
rather than following pen and paper approach. This approach helps to improve the reliability of the data maintained and provides a
fast and efficient interface for the users of the application.
III.PRODUCT FEATURES
The various features of our application is
A. Launch screen
The launch screen will be seen by every single app user and will last for a couple of seconds, however, it’s crucial to
make a good first impression and set some expectations.
B. Login screen
The login screen helps the user to include their registration number and password of their choice. This unique
identification done through registration numbers will enable the user to login with ease. It is easy in the database also to connect
with their profile. The parent module will also have to type their wards registration number. The parent will have individual
passwords. The staff and coordinators will have their codes and passwords to assign the particular login page.
C. Notifications
Notifications are the reason users keep coming back to your app. Make these notifications obvious but not too annoying.
People need to know what is going on but don’t want to be overwhelmed. Provide subtle color indicators and numbers to portray
the things that are new. Whenever the coordinator approves form a notification appears to the student. Parent is also let known of
the outpass form via notifications.
D. Profile
Many apps allow users to create an account and store stories or activities around that profile. Whether it’s social media,
shopping, or any other app, it’s crucial to make profile pages clear and appealing to users. Emphasize user profile photo and their
name. Also, provide relevant information and stats so people can see how active or respectable the user is.
Once you connect with your database using your registration number then your respective profile will show up. This will help
you identify your individual profile with your number so that you can view your previous activities including your outpass forms in
the history box.
IV.TECHNOLOGIES USED
SQLite: SQLite is an in-process library that carries out a self-contented, server less, zero-configuration, transactional SQL
(Structured Query Language) which is a data base engine. The code for the SQLite is in the public domain and is thus free for use
for any purpose, it may be a commercial or private. SQLite is the most widely developed data base in the world with more application
that we can count, including multiple high-profile projects. SQLite is an embedded SQL database engine. Unlike most another SQL
database, SQLite does not have separate server process. SQLite reads and writes directly to an ordinary disk file.
XML: XML is nothing but an Extensible Markup Language. It is a markup language which defines a set of collection of rules for
encoding a record in a format which is both human-readable as well as machine-readable. It is defined by the W3C’s XML1.0
specification and by many other related specifications, some of which are free open specified parameters. The design aim of XML
emphasizes simplicity, generality and easy to use across the internet. It is a textual data format with robust support via Unicode for
different human language. Although the design of XML focus on documents, it is mostly used for the representation of arbitrary
data structures like those which are used in web services.
Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 157
Java: It is a programming language expressly designed for used in the environment of the internet. It was architecture like nearby
C++ language such that having the “look and feel” of the C++ language, but it is more easy to use than C++ and emphasize an
object-oriented programming model. Java can be used to design complete applications that may execute on a single computer or be
distributed among servers and client in the network. It can also be used to construct a tiny application module or applet for use as
part of a web page. Applets make it feasible for a web page user to interact with the page.
Android: Android provides a rich application framework that allows the user to produce the innovative apps and games for mobile
gadgets in java language.
V.METHODOLOGIES USED
Android Studio: Android studio is the official IDE for the Android application development, which is based on Intelli J.
Build-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and Application Engine and much
more.
Android SDK: A software development kit that permits the developers to design applications for the Android platform. The
Android SDK includes sample projects with some source code, development tools, an emulator and required libraries for developing
the Android applications. Applications which are built using the Java programming language and run on Dalvik, a virtual machine
architecture for embedded use which runs on top of a Linux.
Fig 2: Student Login
Fig 3: HOD Entry
Fig 4: Outpass form
Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology.
© 2017, www.IJARIIT.com All Rights Reserved Page | 158
FUTURE WORK
 The entire project design will be carried out with the large and real database connection and thus will enhance the whole
project.
 Resident attendance: the attendance of the resident will be marked each time the resident enters or leaves the hostel
premises.
 Accounting details except for Hosteller Fee details: All the other accounting details can be maintained in addition to the
fee details.
REFERENCES
[1] Jadhav Snehal Balasaheb, Supekar Bhagyashri Sitaram, Wakode Vrushali Khushalrao, Vasaikar Nikita Ashok,
Mandlik Priyanka Bhausaheb ‘Web Based College Admission System’ in IJEDR -2014
[2] Jianye Liu, Jianka Yu, ‘Research on Development of Android Applications’ in Fourth International
Conference on Intelligent System -2011

More Related Content

What's hot

Apple iOS Introduction
Apple iOS IntroductionApple iOS Introduction
Apple iOS Introduction
Pratik Vyas
 
Бизнес-план производство косметики
Бизнес-план производство косметикиБизнес-план производство косметики
Бизнес-план производство косметики
olegudobno
 
What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...
What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...
What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...
Simplilearn
 
Srinumanne ios operating system ppt
Srinumanne ios operating system pptSrinumanne ios operating system ppt
Srinumanne ios operating system ppt
Srinu Manne
 
Home automation
Home automationHome automation
Home automation
Mahendra Yadav
 
Home Automation Using Arduino Uno and HC-05
Home Automation Using Arduino Uno and HC-05Home Automation Using Arduino Uno and HC-05
Home Automation Using Arduino Uno and HC-05
Vidhi Shah
 

What's hot (6)

Apple iOS Introduction
Apple iOS IntroductionApple iOS Introduction
Apple iOS Introduction
 
Бизнес-план производство косметики
Бизнес-план производство косметикиБизнес-план производство косметики
Бизнес-план производство косметики
 
What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...
What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...
What is DevOps | DevOps Introduction | DevOps Tutorial For Beginners | DevOps...
 
Srinumanne ios operating system ppt
Srinumanne ios operating system pptSrinumanne ios operating system ppt
Srinumanne ios operating system ppt
 
Home automation
Home automationHome automation
Home automation
 
Home Automation Using Arduino Uno and HC-05
Home Automation Using Arduino Uno and HC-05Home Automation Using Arduino Uno and HC-05
Home Automation Using Arduino Uno and HC-05
 

Similar to Android app for hostel outpass form

E sara Android Application
E sara Android ApplicationE sara Android Application
E sara Android Application
Sangeetha Mam
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project report
Chin2uuu
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final year
Chin2uuu
 
College Information System using Android
College Information System using AndroidCollege Information System using Android
College Information System using Android
ijtsrd
 
Internship Project Report
Internship Project ReportInternship Project Report
Internship Project Report
Rishabh Shukla
 
Presentation1
Presentation1Presentation1
Presentation1
Chumiss123
 
Development of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayDevelopment of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android Play
IJMTST Journal
 
Latest proposal project info zakat
Latest proposal project info zakatLatest proposal project info zakat
Latest proposal project info zakat
Ummi Zakiah
 
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
Journal For Research
 
IRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android App
IRJET Journal
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
IRJET Journal
 
IRJET- Contest Information Desk Android Application
IRJET-  	  Contest Information Desk Android ApplicationIRJET-  	  Contest Information Desk Android Application
IRJET- Contest Information Desk Android Application
IRJET Journal
 
IRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AIIRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AI
IRJET Journal
 
Mideesh23june2015
Mideesh23june2015Mideesh23june2015
Mideesh23june2015
Mideesh Punathil
 
College app for android device
College app for android deviceCollege app for android device
College app for android device
8759000398
 
Students Club
Students ClubStudents Club
Students Club
IRJET Journal
 
Importance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day LifeImportance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day Life
ijtsrd
 
Miniprojectreport
MiniprojectreportMiniprojectreport
Miniprojectreport
SachinGupta729
 
Android project report learning np complete
Android project report learning np completeAndroid project report learning np complete
Android project report learning np complete
Subha Deb
 
Comparative Study and Analysis of Multiplatform Mobile Application Development
Comparative Study and Analysis of Multiplatform Mobile Application DevelopmentComparative Study and Analysis of Multiplatform Mobile Application Development
Comparative Study and Analysis of Multiplatform Mobile Application Development
IJMTST Journal
 

Similar to Android app for hostel outpass form (20)

E sara Android Application
E sara Android ApplicationE sara Android Application
E sara Android Application
 
Mobile Application Project report
Mobile Application Project reportMobile Application Project report
Mobile Application Project report
 
Mobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final yearMobile application Project report B.Tech Final year
Mobile application Project report B.Tech Final year
 
College Information System using Android
College Information System using AndroidCollege Information System using Android
College Information System using Android
 
Internship Project Report
Internship Project ReportInternship Project Report
Internship Project Report
 
Presentation1
Presentation1Presentation1
Presentation1
 
Development of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android PlayDevelopment of an Institutional App by adopting Android Play
Development of an Institutional App by adopting Android Play
 
Latest proposal project info zakat
Latest proposal project info zakatLatest proposal project info zakat
Latest proposal project info zakat
 
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
DESIGN AND DEVELOPMENT OF A MULTI FEATURED IOS MOBILE APPLICATION USING SWIFT 3
 
IRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android AppIRJET- Student Statistics System using Confined Android App
IRJET- Student Statistics System using Confined Android App
 
Android Based E-Learning Application Class-E
Android Based E-Learning Application Class-EAndroid Based E-Learning Application Class-E
Android Based E-Learning Application Class-E
 
IRJET- Contest Information Desk Android Application
IRJET-  	  Contest Information Desk Android ApplicationIRJET-  	  Contest Information Desk Android Application
IRJET- Contest Information Desk Android Application
 
IRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AIIRJET- College Enquiry Chat-Bot using API.AI
IRJET- College Enquiry Chat-Bot using API.AI
 
Mideesh23june2015
Mideesh23june2015Mideesh23june2015
Mideesh23june2015
 
College app for android device
College app for android deviceCollege app for android device
College app for android device
 
Students Club
Students ClubStudents Club
Students Club
 
Importance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day LifeImportance of Programming Language in Day to Day Life
Importance of Programming Language in Day to Day Life
 
Miniprojectreport
MiniprojectreportMiniprojectreport
Miniprojectreport
 
Android project report learning np complete
Android project report learning np completeAndroid project report learning np complete
Android project report learning np complete
 
Comparative Study and Analysis of Multiplatform Mobile Application Development
Comparative Study and Analysis of Multiplatform Mobile Application DevelopmentComparative Study and Analysis of Multiplatform Mobile Application Development
Comparative Study and Analysis of Multiplatform Mobile Application Development
 

Recently uploaded

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 

Recently uploaded (20)

学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 

Android app for hostel outpass form

  • 1. Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 155 ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue6) Available online at www.ijariit.com Android App for Hostel Outpass Form Mary Shalin Benigna Department of Computer Science and Engineering SRM University, Chennai, Tamil Nadu maryshalin06@gmail.com Abstract: The prime objective of “Hostel out pass application” is to create a full-fledged Android application which could help the students to fill an out pass form and get approval from the consent staff and coordinators at one click. The form will be approved finally by the parent also thus making sure that the student’s activity is brought to parents notice. This helps in avoiding the problems which occur when carried out manually. It improves the efficiency of the system. It is a customized user-friendly application for hostel students which provides out pass information. This project offers the user to enter the data through simple and interactive manner. Keywords: Hostel Outpass Application, Android application I.INTRODUCTION The user is provided with the option of viewing their previous records of outpass forms in the history tab. The student will be directed to form page where they will have to input the details in the required field regarding the outpass details. Once filled and submitted the form will be sent to the consent staff and Year Coordinator and parent for approval. If the coordinator does not approve your form he will have to give certain reasons to it which will be then forwarded to the consent student. If not the approved, the form will be directed to the student as a final verified form with which the student can go out and use it as an outpass form. Similarly, the parent is also given a choice of declining the form. In most cases, the parents will not decline but still, this notification remains as an intimation made to the parents so that they will be aware of their ward’s activities inside the college premises. However, in case of emergency situations, the students might not be able to contact their parent or wait for their approval due to several reasons, In that case, our application provides a more distinguished manner of filling up the forms namely: Emergency and Holiday outpass forms. The emergency outpass form segment enables the user to fill the form at that instance and get it approved only by their respective class in charge and not wait for their parent's approval. This will lessen the time consumption without taking much of the student’s time and will be helpful for their need.However, the holiday outpasses forms will have to be submitted priory like say before 3 days from the date of issue, for the head of the department and the parent to approve because the student will be aware of the holiday before in hand and thus they can make their necessary arrangements prior to the date. This application enables the student to fill the form in an easier way than filling it manually. Since everybody uses a smartphone, creating forms through an app is the most convenient manner of establishing such platforms. Parents are also made aware of their children’s activities thus the management need not take up the responsibility as a whole in case of emergency situations. This advancement in technology has proven worthy for all the citizens which enable technologists to come out with such developments useful to them. The main modules of this project are:  Student Module  HOD module  Staff module  Parent module Each of these modules has various functions that will enable this application to function as a whole in a more user friendly manner.
  • 2. Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 156 Figure 1: Module with database II.PROJECT PURPOSE The purpose is to make an automated system to fill the outpass application and to carry out various operations of the hostel. The system will provide the ease of use to the students and the staff by performing all the work on the smartphone through this application rather than following pen and paper approach. This approach helps to improve the reliability of the data maintained and provides a fast and efficient interface for the users of the application. III.PRODUCT FEATURES The various features of our application is A. Launch screen The launch screen will be seen by every single app user and will last for a couple of seconds, however, it’s crucial to make a good first impression and set some expectations. B. Login screen The login screen helps the user to include their registration number and password of their choice. This unique identification done through registration numbers will enable the user to login with ease. It is easy in the database also to connect with their profile. The parent module will also have to type their wards registration number. The parent will have individual passwords. The staff and coordinators will have their codes and passwords to assign the particular login page. C. Notifications Notifications are the reason users keep coming back to your app. Make these notifications obvious but not too annoying. People need to know what is going on but don’t want to be overwhelmed. Provide subtle color indicators and numbers to portray the things that are new. Whenever the coordinator approves form a notification appears to the student. Parent is also let known of the outpass form via notifications. D. Profile Many apps allow users to create an account and store stories or activities around that profile. Whether it’s social media, shopping, or any other app, it’s crucial to make profile pages clear and appealing to users. Emphasize user profile photo and their name. Also, provide relevant information and stats so people can see how active or respectable the user is. Once you connect with your database using your registration number then your respective profile will show up. This will help you identify your individual profile with your number so that you can view your previous activities including your outpass forms in the history box. IV.TECHNOLOGIES USED SQLite: SQLite is an in-process library that carries out a self-contented, server less, zero-configuration, transactional SQL (Structured Query Language) which is a data base engine. The code for the SQLite is in the public domain and is thus free for use for any purpose, it may be a commercial or private. SQLite is the most widely developed data base in the world with more application that we can count, including multiple high-profile projects. SQLite is an embedded SQL database engine. Unlike most another SQL database, SQLite does not have separate server process. SQLite reads and writes directly to an ordinary disk file. XML: XML is nothing but an Extensible Markup Language. It is a markup language which defines a set of collection of rules for encoding a record in a format which is both human-readable as well as machine-readable. It is defined by the W3C’s XML1.0 specification and by many other related specifications, some of which are free open specified parameters. The design aim of XML emphasizes simplicity, generality and easy to use across the internet. It is a textual data format with robust support via Unicode for different human language. Although the design of XML focus on documents, it is mostly used for the representation of arbitrary data structures like those which are used in web services.
  • 3. Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 157 Java: It is a programming language expressly designed for used in the environment of the internet. It was architecture like nearby C++ language such that having the “look and feel” of the C++ language, but it is more easy to use than C++ and emphasize an object-oriented programming model. Java can be used to design complete applications that may execute on a single computer or be distributed among servers and client in the network. It can also be used to construct a tiny application module or applet for use as part of a web page. Applets make it feasible for a web page user to interact with the page. Android: Android provides a rich application framework that allows the user to produce the innovative apps and games for mobile gadgets in java language. V.METHODOLOGIES USED Android Studio: Android studio is the official IDE for the Android application development, which is based on Intelli J. Build-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and Application Engine and much more. Android SDK: A software development kit that permits the developers to design applications for the Android platform. The Android SDK includes sample projects with some source code, development tools, an emulator and required libraries for developing the Android applications. Applications which are built using the Java programming language and run on Dalvik, a virtual machine architecture for embedded use which runs on top of a Linux. Fig 2: Student Login Fig 3: HOD Entry Fig 4: Outpass form
  • 4. Benigna Mary Shalin, International Journal of Advance Research, Ideas and Innovations in Technology. © 2017, www.IJARIIT.com All Rights Reserved Page | 158 FUTURE WORK  The entire project design will be carried out with the large and real database connection and thus will enhance the whole project.  Resident attendance: the attendance of the resident will be marked each time the resident enters or leaves the hostel premises.  Accounting details except for Hosteller Fee details: All the other accounting details can be maintained in addition to the fee details. REFERENCES [1] Jadhav Snehal Balasaheb, Supekar Bhagyashri Sitaram, Wakode Vrushali Khushalrao, Vasaikar Nikita Ashok, Mandlik Priyanka Bhausaheb ‘Web Based College Admission System’ in IJEDR -2014 [2] Jianye Liu, Jianka Yu, ‘Research on Development of Android Applications’ in Fourth International Conference on Intelligent System -2011