SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS)
Volume VI, Issue IV, April 2017 | ISSN 2278-2540
www.ijltemas.in Page 39
An Advanced Library Management System Using
Android Device
Sahana Karanth1
, *
Jenishiya Castelino2
, *
Nireeksha3
, *
Frencita Nazareth4
, *
Anvitha K5
Assistant Professor, Department of Computer Science, SMVITM, Udupi, India 1
UG student, Department of Computer Science, SMVITM, Udupi, India*
Abstract— Android platform is gaining popularity and holds
more users than other platforms. Earlier Librarian needed to
keep track of books in a vast room. But evolution of the
computers, smart phones and internet have made the work much
easier. LIBKART application helps the users to access their
required information and queries without the help of computers
or the librarians but through their android devices which saves
their time and energy. In this paper we provide an efficient
access over library system using a Smartphone application
named as LIBKART. The main purpose of this paper is to
provide an easy access to library and to provide details of library
books, issue of books and notify the user due dates of book being
issued. The paper also aims at providing a reference section of
books where the books can be downloaded through permission
from admin. The user can access the newspapers on daily basis
and can also download university question papers.
Keywords—Android, library system, smartphone, LIBKART
I. INTRODUCTION
library is a formatted collection of sources of
information which is made accessible to the people of
different community. The information in a library can be in a
physical format or it can also be digitized. In olden days the
access to library was usually in the Library room [1]. Students
waited in line for their turn to issue the books. The
advancement in technology has made the access online [2].
This provides an efficient use of technology by eliminating the
rigorous paper work to be done. Initially the computers
eliminated the paper work to be done, then came the internet
which provided a feature for storing data centrally and then
accessing it. Since data storage is centralized one can access it
online. Presently the transitional phase in mobile services is
from SMS (Short Message Service) to WAP (Wireless
Application Protocol) services. This does not provide a good
experience for user.
The mobile phones provided the mobility of devices. The
initial mobility platforms were Bada, Flash UI, and Symbian
etc. Later for easy user interface, better response time and
faster access Android operating system was introduced.
Android is an open source platform based on the Linux Kernel
introduced by Google. In the present era, android has become
a popular platform. Android operating system is mainly
designed for smart phone and tablet devices. This application
can be downloaded through Google play store feature. These
applications can run on Android Smartphone, TV, Tablets and
other devices and are available in Google play store, Amazon
app store and various other android app focused sites [7][8].
Android Virtual Device (AVD) is used to test the android
application without the need for mobile or tablet etc. Android
applications use .apk as the extension [11].
The database technology plays an important role in query
processing than paper work. The tremendous improvement in
internet has provided opportunities to interact with new
products online. LIBKART application is mainly built for
android devices which work on Linux platform. This paper
depicts how a user such as student or faculty can view the
books to be issued, get the due dates of the books to be
returned. Since the whole process is online based it saves lot
of user’s time. The user can have access to daily newspapers
in English, Hindi and Kannada. User has a liberty to download
the university question papers through this application.
LIBKART application developed is designed for Nougat and
also works in all other lower version. The application keeps
track of all the books in the library, their author, publication,
cost, book id and total number of books available. In order to
have access to LIBKART features the user must first register
and then login.
II. EXISTING SYSTEM
‘Online Library Management System’ focuses on day to
day operations in library such as the user searching for desired
book, issue and then return the book [3]. This was developed
for 32-bit windows operating systems. The disadvantage is
managing the library manually by a librarian.
Development of RFID based library management
system proposed an automated identification technique called
RFID (Radio Frequency Identification) [4]. This system is
based on the high frequency DLP RFID1 Read/Write having
the frequency range up to 13.5Hz. The database for this
system is maintained by MySQL using MATLAB. It is used
to maintain database of books information. Since lot of
hardware is involved, it has high initialization cost and is
difficult to handle.
‘Design and implementation of the mobile library app
based on smart phone’ [5] describes development of a mobile
A
International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS)
Volume VI, Issue IV, April 2017 | ISSN 2278-2540
www.ijltemas.in Page 40
library application for smart phones. To provide improved
book recommendations and novel reading services users
personal preferences were taken into consideration. This lacks
in innovation and user interface can be made more interactive.
Library Access System Application [6], was developed
for Android using SQLite Database. This application provides
access to library account to check the availability of books.
The drawback is that it does not provide efficient data
processing.
III. PROPOSED SYSTEM
A. System architecture
Fig. 1. Basic structure
The basic structure of LIBKART in Fig. 1 consist of
librarian, student/faculty. The librarian has a direct connection
to database. LIBKART application is installed in
student/faculty’s android phones through which the interaction
with the database can be done. This reduces the time involved
in going to library ,searching book in book shelf and then
waiting in queue for his/her turn to issue the book.
B. Android Application
This application is designed for devices powered by
Google’s android platform. The main programming language
used here is java. The development tools such as debugger,
emulator, documentation and sample codes are present in
Android Software Development Kit (SDK) [8]. It consumes
less memory and provides fast performance. Developers can
download the Android software development kit (SDK) from
the Android website [9]. The SDK includes tools, sample code
and relevant documents for creating Android apps [10].
B. Database
All the required information about faculty, student and
books are stored in library database. Initially the
student/faculty can register them and then they can use the
login ID and password to login the android application.
Student/faculty database contains information regarding name,
USN, branch, year, mobile number and password. Book
database contains information regarding book accn (accession)
number, author, title, publisher, edition and cost. LIBKART
application retrieves the information stored in library database
through SQL queries. Database checks for user credentials to
meet authentication. We have used 000WebHost an online
database for our application.
C. Librarian
It is librarian’s job to maintain the database up to date.
The librarian needs to notify the users about any news
regarding to LIBKART and library policies. Librarian needs
to maintain detailed information about the books, journals,
magazines etc.
D. Student/Faculty
With the help of registered login ID and password the
student/faculty can login through LIBKART application.
Student can issue a maximum of 3 books and faculty is
provided with maximum of 6 books. Student/faculty can
request for issuing a particular book. If the request is accepted
within 24 hours student/faculty must collect the book,
otherwise the request will be cancelled after 24 hours and they
again need to issue the book. The issued book must be
returned within a time period of 15 days, otherwise they may
have to pay a penalty amount
IV. WORKING MODULES
A. Login through Android
If a new user wishes to login he initially needs to register
himself and then he can login using login ID and password
provided. If all credentials are properly satisfied then the user
is logged in. The login is classified into two types, student
login and faculty login as shown in Fig. 2.
Fig. 2. Login page
Librarian
(Admin)
Database
Server
Internet
Student
(Android phones)
Faculty
(Android phones)
International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS)
Volume VI, Issue IV, April 2017 | ISSN 2278-2540
www.ijltemas.in Page 41
B. Signup
When the user registers to the LIBKART application
he/she needs to enter all the fields given below in Fig.3. Once
the user enters all the required fields properly he/she can press
the register button which will store user’s information in the
database.
Fig.3. Register page
C.User module
The user is directed to user module where he/she could
view various options as shown in Fig. 4. such as issue, notices,
newspaper and question paper.
Issue is particularly used to issue the desired book from
available books as shown in Fig. 5. The user can search the
desired book and long press the book name to issue it. The
librarian has the authority to accept or reject the request.
Notices display the important news regarding the library
management from librarian.
Newspaper in Fig. 6 provides online newspapers
available in English and Kannada languages. The user can
read the newspaper by clicking on any of the options provided
such as Udayavani, VijyaKarnataka, The Hindu and Times of
India.
Question paper shows university question papers
according to year and branch shown in Fig. 7. The user can
download the desired university question paper.
Fig.4. Options Fig.5. Issue
Fig.6. Newspapers Fig.7. Question paper
V. ADVANTAGE
1. This application provides an easy interface to access
library account.
2. It also allows the user to access library account
through android smart phones.
3. It can be used in all the existing versions of android
devices.
VI. CONCLUSION
In this paper we have developed LIBKART application
built for android devices. This aims at providing easy access
to library using your smart phones. A lot of user’s time is
saved since the application is online and user does not need to
stand in queue for his/her turn to issue the book. However the
detail about the books must be manually updated by the
librarian and can be used only by android devices. In future
the librarian can use bar code scanner to update the book
details and the notices updated by the librarian can be viewed
by the student through android application.
REFERENCES
[1]. http://en.wikipedia.org/wiki/Integrated_library_system.
[2]. http://en.wikipedia.org/wiki/Mobile_technology
[3]. Ashutosh Tripathi& Ashish Srivastava, Online Library
Management System, IOSR Journal of Engineering (IOSRJEN),
Vol. 2 Issue 2, Feb.2012, pp. 180- 186.
[4]. C. Srujana, B. Rama Murthy, K .Tanveer Alam, U. Sunitha,
Mahammad D.V, P.Thimmaiah,Development of RFID Based
Library Management System Using MATLAB, International
Journal of Engineering and Advanced Technology (IJEAT)ISSN:
2249 – 8958, Volume-2, Issue-5, June 2013.
[5]. Hui li, Zhao-quan cai2, Design and Implementation Of the Mobile
library app based on Smart Phone, Proceedings of the 2016
International Conference on Machine Learning and Cybernetics,
Jeju, South Korea, 10-13 July, 2016
[6]. R.Dinesh, S.R.Arun Pravin, M .Aravindhan, D .Rajeswari, Library
Access System Smartphone Application using Android, R. Dinesh
et al, International Journal of Computer Science and Mobile
Computing, vol.4 issue.3, march- 2015, pg. 142-149
[7]. http://www.webopedia.com/TERM/A/android_app.html
[8]. http://developer.android.com/sdk/index.html.
[9]. http://developer.android.com/tools/help/adt.html.
[10]. https://www.techopedia.com/definition/25099/android- app
[11]. http://en.wikipedia.org/wiki/Android_application_package.

More Related Content

What's hot

Challenges and prospects of using information communication technologies (ict...
Challenges and prospects of using information communication technologies (ict...Challenges and prospects of using information communication technologies (ict...
Challenges and prospects of using information communication technologies (ict...Alexander Decker
 
Library management softwares_lms_in_indi
Library management softwares_lms_in_indiLibrary management softwares_lms_in_indi
Library management softwares_lms_in_indigayatri 24
 
IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...
IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...
IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...IAEME Publication
 
Advancement in ICT and libraries
Advancement in ICT and libraries Advancement in ICT and libraries
Advancement in ICT and libraries AnitaSharma228
 
M829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_SummaryM829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_SummaryChinmayy Purohit
 
RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING ijcax
 
College Information System using Android
College Information System using AndroidCollege Information System using Android
College Information System using Androidijtsrd
 
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE IAEME Publication
 
USE OF MOBILE TECHNOLOGY IN LIBRARY AND INFORMATION SERVICES
USE OF MOBILE TECHNOLOGY IN LIBRARY  AND INFORMATION SERVICESUSE OF MOBILE TECHNOLOGY IN LIBRARY  AND INFORMATION SERVICES
USE OF MOBILE TECHNOLOGY IN LIBRARY AND INFORMATION SERVICESAmerican Research Thoughts
 

What's hot (13)

Challenges and prospects of using information communication technologies (ict...
Challenges and prospects of using information communication technologies (ict...Challenges and prospects of using information communication technologies (ict...
Challenges and prospects of using information communication technologies (ict...
 
Library management softwares_lms_in_indi
Library management softwares_lms_in_indiLibrary management softwares_lms_in_indi
Library management softwares_lms_in_indi
 
IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...
IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...
IMPLEMENTATION OF DIGITAL LIBRARY SYSTEM BY USING DSPACE & ANDROID APPS AT AM...
 
Advancement in ICT and libraries
Advancement in ICT and libraries Advancement in ICT and libraries
Advancement in ICT and libraries
 
M829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_SummaryM829_Chinmayy_Purohit_Executive_Summary
M829_Chinmayy_Purohit_Executive_Summary
 
Ijetcas14 571
Ijetcas14 571Ijetcas14 571
Ijetcas14 571
 
ADLIB library Systems Development
ADLIB library Systems DevelopmentADLIB library Systems Development
ADLIB library Systems Development
 
Ijet v5 i6p11
Ijet v5 i6p11Ijet v5 i6p11
Ijet v5 i6p11
 
RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING RESEARCH ISSUES IN WEB MINING
RESEARCH ISSUES IN WEB MINING
 
College Information System using Android
College Information System using AndroidCollege Information System using Android
College Information System using Android
 
M learning in education
M learning in educationM learning in education
M learning in education
 
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
DIGITAL LIBRARY SERVICES IN THE DIGITAL AGE
 
USE OF MOBILE TECHNOLOGY IN LIBRARY AND INFORMATION SERVICES
USE OF MOBILE TECHNOLOGY IN LIBRARY  AND INFORMATION SERVICESUSE OF MOBILE TECHNOLOGY IN LIBRARY  AND INFORMATION SERVICES
USE OF MOBILE TECHNOLOGY IN LIBRARY AND INFORMATION SERVICES
 

Similar to An Advanced Library Management System Using Android Device

IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book LocatorIRJET Journal
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using androideSAT Journals
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using androideSAT Publishing House
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Frameworkijtsrd
 
Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass formIJARIIT
 
L1a Introduction to Information and Communication Technology.pptx
L1a Introduction to Information and Communication Technology.pptxL1a Introduction to Information and Communication Technology.pptx
L1a Introduction to Information and Communication Technology.pptxJeth Cuenco
 
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
IRJET-  	  Prayog B.E. Android Application-An E-Learning Educational SystemIRJET-  	  Prayog B.E. Android Application-An E-Learning Educational System
IRJET- Prayog B.E. Android Application-An E-Learning Educational SystemIRJET Journal
 
Information Storage and Retrieval : A Case Study
Information Storage and Retrieval : A Case StudyInformation Storage and Retrieval : A Case Study
Information Storage and Retrieval : A Case StudyBhojaraju Gunjal
 
Campus news information system - Android
Campus news information system - AndroidCampus news information system - Android
Campus news information system - AndroidDhruvil Dhulia
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
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 PlayIJMTST Journal
 
Iaetsd efficient file transferring in
Iaetsd efficient file transferring inIaetsd efficient file transferring in
Iaetsd efficient file transferring inIaetsd Iaetsd
 
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Associate Professor in VSB Coimbatore
 
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 3Journal For Research
 
A Beacon Enabled Smart Library Management System
A Beacon Enabled Smart Library Management SystemA Beacon Enabled Smart Library Management System
A Beacon Enabled Smart Library Management Systemijtsrd
 
Module 6_Research Publication_Ethics.docx
Module 6_Research Publication_Ethics.docxModule 6_Research Publication_Ethics.docx
Module 6_Research Publication_Ethics.docxjisskuruvilla
 
Updated_L1 Introduction to ICT PDF.pdf
Updated_L1 Introduction to ICT PDF.pdfUpdated_L1 Introduction to ICT PDF.pdf
Updated_L1 Introduction to ICT PDF.pdfssuser4dd301
 

Similar to An Advanced Library Management System Using Android Device (20)

IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book Locator
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using android
 
Self runtime environment using android
Self runtime environment using androidSelf runtime environment using android
Self runtime environment using android
 
43940.pdf
43940.pdf43940.pdf
43940.pdf
 
Web Chat using React Framework
Web Chat using React FrameworkWeb Chat using React Framework
Web Chat using React Framework
 
Students Club
Students ClubStudents Club
Students Club
 
Android app for hostel outpass form
Android app for hostel outpass formAndroid app for hostel outpass form
Android app for hostel outpass form
 
L1a Introduction to Information and Communication Technology.pptx
L1a Introduction to Information and Communication Technology.pptxL1a Introduction to Information and Communication Technology.pptx
L1a Introduction to Information and Communication Technology.pptx
 
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
IRJET-  	  Prayog B.E. Android Application-An E-Learning Educational SystemIRJET-  	  Prayog B.E. Android Application-An E-Learning Educational System
IRJET- Prayog B.E. Android Application-An E-Learning Educational System
 
Information Storage and Retrieval : A Case Study
Information Storage and Retrieval : A Case StudyInformation Storage and Retrieval : A Case Study
Information Storage and Retrieval : A Case Study
 
Campus news information system - Android
Campus news information system - AndroidCampus news information system - Android
Campus news information system - Android
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
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
 
Iaetsd efficient file transferring in
Iaetsd efficient file transferring inIaetsd efficient file transferring in
Iaetsd efficient file transferring in
 
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
Recent Trends of ICT Services and the Present Scenario of Some Selected Engin...
 
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
 
A Beacon Enabled Smart Library Management System
A Beacon Enabled Smart Library Management SystemA Beacon Enabled Smart Library Management System
A Beacon Enabled Smart Library Management System
 
ICT.pptx
ICT.pptxICT.pptx
ICT.pptx
 
Module 6_Research Publication_Ethics.docx
Module 6_Research Publication_Ethics.docxModule 6_Research Publication_Ethics.docx
Module 6_Research Publication_Ethics.docx
 
Updated_L1 Introduction to ICT PDF.pdf
Updated_L1 Introduction to ICT PDF.pdfUpdated_L1 Introduction to ICT PDF.pdf
Updated_L1 Introduction to ICT PDF.pdf
 

More from IJLT EMAS

Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...
Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...
Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...IJLT EMAS
 
Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...
Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...
Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...IJLT EMAS
 
Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...
Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...
Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...IJLT EMAS
 
Comparison of Concurrent Mobile OS Characteristics
Comparison of Concurrent Mobile OS CharacteristicsComparison of Concurrent Mobile OS Characteristics
Comparison of Concurrent Mobile OS CharacteristicsIJLT EMAS
 
Design of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible GatesDesign of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible GatesIJLT EMAS
 
Design of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible GatesDesign of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible GatesIJLT EMAS
 
Multistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseMultistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseIJLT EMAS
 
Design and Analysis of Disc Brake for Low Brake Squeal
Design and Analysis of Disc Brake for Low Brake SquealDesign and Analysis of Disc Brake for Low Brake Squeal
Design and Analysis of Disc Brake for Low Brake SquealIJLT EMAS
 
Tomato Processing Industry Management
Tomato Processing Industry ManagementTomato Processing Industry Management
Tomato Processing Industry ManagementIJLT EMAS
 
Management of Propylene Recovery Unit
Management of Propylene Recovery UnitManagement of Propylene Recovery Unit
Management of Propylene Recovery UnitIJLT EMAS
 
Online Grocery Market
Online Grocery MarketOnline Grocery Market
Online Grocery MarketIJLT EMAS
 
Management of Home Textiles Export
Management of Home Textiles ExportManagement of Home Textiles Export
Management of Home Textiles ExportIJLT EMAS
 
Coffee Shop Management
Coffee Shop ManagementCoffee Shop Management
Coffee Shop ManagementIJLT EMAS
 
Management of a Paper Manufacturing Industry
Management of a Paper Manufacturing IndustryManagement of a Paper Manufacturing Industry
Management of a Paper Manufacturing IndustryIJLT EMAS
 
Application of Big Data Systems to Airline Management
Application of Big Data Systems to Airline ManagementApplication of Big Data Systems to Airline Management
Application of Big Data Systems to Airline ManagementIJLT EMAS
 
Impact of Organisational behaviour and HR Practices on Employee Retention in ...
Impact of Organisational behaviour and HR Practices on Employee Retention in ...Impact of Organisational behaviour and HR Practices on Employee Retention in ...
Impact of Organisational behaviour and HR Practices on Employee Retention in ...IJLT EMAS
 
Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...
Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...
Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...IJLT EMAS
 
Sweet-shop Management
Sweet-shop ManagementSweet-shop Management
Sweet-shop ManagementIJLT EMAS
 
Hassle Free Travel
Hassle Free TravelHassle Free Travel
Hassle Free TravelIJLT EMAS
 
Aviation Meteorology
Aviation MeteorologyAviation Meteorology
Aviation MeteorologyIJLT EMAS
 

More from IJLT EMAS (20)

Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...
Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...
Lithological Investigation at Tombia and Opolo Using Vertical Electrical Soun...
 
Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...
Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...
Public Health Implications of Locally Femented Milk (Nono) and Antibiotic Sus...
 
Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...
Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...
Bioremediation Potentials of Hydrocarbonoclastic Bacteria Indigenous in the O...
 
Comparison of Concurrent Mobile OS Characteristics
Comparison of Concurrent Mobile OS CharacteristicsComparison of Concurrent Mobile OS Characteristics
Comparison of Concurrent Mobile OS Characteristics
 
Design of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible GatesDesign of Complex Adders and Parity Generators Using Reversible Gates
Design of Complex Adders and Parity Generators Using Reversible Gates
 
Design of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible GatesDesign of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
Design of Multiplexers, Decoder and a Full Subtractor using Reversible Gates
 
Multistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s DiseaseMultistage Classification of Alzheimer’s Disease
Multistage Classification of Alzheimer’s Disease
 
Design and Analysis of Disc Brake for Low Brake Squeal
Design and Analysis of Disc Brake for Low Brake SquealDesign and Analysis of Disc Brake for Low Brake Squeal
Design and Analysis of Disc Brake for Low Brake Squeal
 
Tomato Processing Industry Management
Tomato Processing Industry ManagementTomato Processing Industry Management
Tomato Processing Industry Management
 
Management of Propylene Recovery Unit
Management of Propylene Recovery UnitManagement of Propylene Recovery Unit
Management of Propylene Recovery Unit
 
Online Grocery Market
Online Grocery MarketOnline Grocery Market
Online Grocery Market
 
Management of Home Textiles Export
Management of Home Textiles ExportManagement of Home Textiles Export
Management of Home Textiles Export
 
Coffee Shop Management
Coffee Shop ManagementCoffee Shop Management
Coffee Shop Management
 
Management of a Paper Manufacturing Industry
Management of a Paper Manufacturing IndustryManagement of a Paper Manufacturing Industry
Management of a Paper Manufacturing Industry
 
Application of Big Data Systems to Airline Management
Application of Big Data Systems to Airline ManagementApplication of Big Data Systems to Airline Management
Application of Big Data Systems to Airline Management
 
Impact of Organisational behaviour and HR Practices on Employee Retention in ...
Impact of Organisational behaviour and HR Practices on Employee Retention in ...Impact of Organisational behaviour and HR Practices on Employee Retention in ...
Impact of Organisational behaviour and HR Practices on Employee Retention in ...
 
Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...
Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...
Sustainable Methods used to reduce the Energy Consumption by Various Faciliti...
 
Sweet-shop Management
Sweet-shop ManagementSweet-shop Management
Sweet-shop Management
 
Hassle Free Travel
Hassle Free TravelHassle Free Travel
Hassle Free Travel
 
Aviation Meteorology
Aviation MeteorologyAviation Meteorology
Aviation Meteorology
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

An Advanced Library Management System Using Android Device

  • 1. International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS) Volume VI, Issue IV, April 2017 | ISSN 2278-2540 www.ijltemas.in Page 39 An Advanced Library Management System Using Android Device Sahana Karanth1 , * Jenishiya Castelino2 , * Nireeksha3 , * Frencita Nazareth4 , * Anvitha K5 Assistant Professor, Department of Computer Science, SMVITM, Udupi, India 1 UG student, Department of Computer Science, SMVITM, Udupi, India* Abstract— Android platform is gaining popularity and holds more users than other platforms. Earlier Librarian needed to keep track of books in a vast room. But evolution of the computers, smart phones and internet have made the work much easier. LIBKART application helps the users to access their required information and queries without the help of computers or the librarians but through their android devices which saves their time and energy. In this paper we provide an efficient access over library system using a Smartphone application named as LIBKART. The main purpose of this paper is to provide an easy access to library and to provide details of library books, issue of books and notify the user due dates of book being issued. The paper also aims at providing a reference section of books where the books can be downloaded through permission from admin. The user can access the newspapers on daily basis and can also download university question papers. Keywords—Android, library system, smartphone, LIBKART I. INTRODUCTION library is a formatted collection of sources of information which is made accessible to the people of different community. The information in a library can be in a physical format or it can also be digitized. In olden days the access to library was usually in the Library room [1]. Students waited in line for their turn to issue the books. The advancement in technology has made the access online [2]. This provides an efficient use of technology by eliminating the rigorous paper work to be done. Initially the computers eliminated the paper work to be done, then came the internet which provided a feature for storing data centrally and then accessing it. Since data storage is centralized one can access it online. Presently the transitional phase in mobile services is from SMS (Short Message Service) to WAP (Wireless Application Protocol) services. This does not provide a good experience for user. The mobile phones provided the mobility of devices. The initial mobility platforms were Bada, Flash UI, and Symbian etc. Later for easy user interface, better response time and faster access Android operating system was introduced. Android is an open source platform based on the Linux Kernel introduced by Google. In the present era, android has become a popular platform. Android operating system is mainly designed for smart phone and tablet devices. This application can be downloaded through Google play store feature. These applications can run on Android Smartphone, TV, Tablets and other devices and are available in Google play store, Amazon app store and various other android app focused sites [7][8]. Android Virtual Device (AVD) is used to test the android application without the need for mobile or tablet etc. Android applications use .apk as the extension [11]. The database technology plays an important role in query processing than paper work. The tremendous improvement in internet has provided opportunities to interact with new products online. LIBKART application is mainly built for android devices which work on Linux platform. This paper depicts how a user such as student or faculty can view the books to be issued, get the due dates of the books to be returned. Since the whole process is online based it saves lot of user’s time. The user can have access to daily newspapers in English, Hindi and Kannada. User has a liberty to download the university question papers through this application. LIBKART application developed is designed for Nougat and also works in all other lower version. The application keeps track of all the books in the library, their author, publication, cost, book id and total number of books available. In order to have access to LIBKART features the user must first register and then login. II. EXISTING SYSTEM ‘Online Library Management System’ focuses on day to day operations in library such as the user searching for desired book, issue and then return the book [3]. This was developed for 32-bit windows operating systems. The disadvantage is managing the library manually by a librarian. Development of RFID based library management system proposed an automated identification technique called RFID (Radio Frequency Identification) [4]. This system is based on the high frequency DLP RFID1 Read/Write having the frequency range up to 13.5Hz. The database for this system is maintained by MySQL using MATLAB. It is used to maintain database of books information. Since lot of hardware is involved, it has high initialization cost and is difficult to handle. ‘Design and implementation of the mobile library app based on smart phone’ [5] describes development of a mobile A
  • 2. International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS) Volume VI, Issue IV, April 2017 | ISSN 2278-2540 www.ijltemas.in Page 40 library application for smart phones. To provide improved book recommendations and novel reading services users personal preferences were taken into consideration. This lacks in innovation and user interface can be made more interactive. Library Access System Application [6], was developed for Android using SQLite Database. This application provides access to library account to check the availability of books. The drawback is that it does not provide efficient data processing. III. PROPOSED SYSTEM A. System architecture Fig. 1. Basic structure The basic structure of LIBKART in Fig. 1 consist of librarian, student/faculty. The librarian has a direct connection to database. LIBKART application is installed in student/faculty’s android phones through which the interaction with the database can be done. This reduces the time involved in going to library ,searching book in book shelf and then waiting in queue for his/her turn to issue the book. B. Android Application This application is designed for devices powered by Google’s android platform. The main programming language used here is java. The development tools such as debugger, emulator, documentation and sample codes are present in Android Software Development Kit (SDK) [8]. It consumes less memory and provides fast performance. Developers can download the Android software development kit (SDK) from the Android website [9]. The SDK includes tools, sample code and relevant documents for creating Android apps [10]. B. Database All the required information about faculty, student and books are stored in library database. Initially the student/faculty can register them and then they can use the login ID and password to login the android application. Student/faculty database contains information regarding name, USN, branch, year, mobile number and password. Book database contains information regarding book accn (accession) number, author, title, publisher, edition and cost. LIBKART application retrieves the information stored in library database through SQL queries. Database checks for user credentials to meet authentication. We have used 000WebHost an online database for our application. C. Librarian It is librarian’s job to maintain the database up to date. The librarian needs to notify the users about any news regarding to LIBKART and library policies. Librarian needs to maintain detailed information about the books, journals, magazines etc. D. Student/Faculty With the help of registered login ID and password the student/faculty can login through LIBKART application. Student can issue a maximum of 3 books and faculty is provided with maximum of 6 books. Student/faculty can request for issuing a particular book. If the request is accepted within 24 hours student/faculty must collect the book, otherwise the request will be cancelled after 24 hours and they again need to issue the book. The issued book must be returned within a time period of 15 days, otherwise they may have to pay a penalty amount IV. WORKING MODULES A. Login through Android If a new user wishes to login he initially needs to register himself and then he can login using login ID and password provided. If all credentials are properly satisfied then the user is logged in. The login is classified into two types, student login and faculty login as shown in Fig. 2. Fig. 2. Login page Librarian (Admin) Database Server Internet Student (Android phones) Faculty (Android phones)
  • 3. International Journal of Latest Technology in Engineering, Management & Applied Science (IJLTEMAS) Volume VI, Issue IV, April 2017 | ISSN 2278-2540 www.ijltemas.in Page 41 B. Signup When the user registers to the LIBKART application he/she needs to enter all the fields given below in Fig.3. Once the user enters all the required fields properly he/she can press the register button which will store user’s information in the database. Fig.3. Register page C.User module The user is directed to user module where he/she could view various options as shown in Fig. 4. such as issue, notices, newspaper and question paper. Issue is particularly used to issue the desired book from available books as shown in Fig. 5. The user can search the desired book and long press the book name to issue it. The librarian has the authority to accept or reject the request. Notices display the important news regarding the library management from librarian. Newspaper in Fig. 6 provides online newspapers available in English and Kannada languages. The user can read the newspaper by clicking on any of the options provided such as Udayavani, VijyaKarnataka, The Hindu and Times of India. Question paper shows university question papers according to year and branch shown in Fig. 7. The user can download the desired university question paper. Fig.4. Options Fig.5. Issue Fig.6. Newspapers Fig.7. Question paper V. ADVANTAGE 1. This application provides an easy interface to access library account. 2. It also allows the user to access library account through android smart phones. 3. It can be used in all the existing versions of android devices. VI. CONCLUSION In this paper we have developed LIBKART application built for android devices. This aims at providing easy access to library using your smart phones. A lot of user’s time is saved since the application is online and user does not need to stand in queue for his/her turn to issue the book. However the detail about the books must be manually updated by the librarian and can be used only by android devices. In future the librarian can use bar code scanner to update the book details and the notices updated by the librarian can be viewed by the student through android application. REFERENCES [1]. http://en.wikipedia.org/wiki/Integrated_library_system. [2]. http://en.wikipedia.org/wiki/Mobile_technology [3]. Ashutosh Tripathi& Ashish Srivastava, Online Library Management System, IOSR Journal of Engineering (IOSRJEN), Vol. 2 Issue 2, Feb.2012, pp. 180- 186. [4]. C. Srujana, B. Rama Murthy, K .Tanveer Alam, U. Sunitha, Mahammad D.V, P.Thimmaiah,Development of RFID Based Library Management System Using MATLAB, International Journal of Engineering and Advanced Technology (IJEAT)ISSN: 2249 – 8958, Volume-2, Issue-5, June 2013. [5]. Hui li, Zhao-quan cai2, Design and Implementation Of the Mobile library app based on Smart Phone, Proceedings of the 2016 International Conference on Machine Learning and Cybernetics, Jeju, South Korea, 10-13 July, 2016 [6]. R.Dinesh, S.R.Arun Pravin, M .Aravindhan, D .Rajeswari, Library Access System Smartphone Application using Android, R. Dinesh et al, International Journal of Computer Science and Mobile Computing, vol.4 issue.3, march- 2015, pg. 142-149 [7]. http://www.webopedia.com/TERM/A/android_app.html [8]. http://developer.android.com/sdk/index.html. [9]. http://developer.android.com/tools/help/adt.html. [10]. https://www.techopedia.com/definition/25099/android- app [11]. http://en.wikipedia.org/wiki/Android_application_package.