A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology
|
|
|
- Lesley Hopkins
- 10 years ago
- Views:
Transcription
1 A Mobile Application for Bus Information System and Location Tracking using Client-Server Technology Yasha Sardey 1, Pranoti Deshmukh 2, Pooja Mandlik 3, Saurabh Shelar 4, Minal Nerkar 5 1,2,3,4,5 AISSMS s Institute of Information Technology, Department of Computer Science, Pune, India Abstract Android is the latest and a rapid growing technology available for all the users or customers in todays market. An enormous increase in the end user acceptance has been experienced in the past few years. This project has been developed on the Bus Information System in Pune. This paper proposes an Android mobile phone application that gives information about buses, bus numbers as well as bus routes both online and offline. Reason for Android platform - Android requires an open source development which is probably the most feasible and a present user friendly approach. This paper also deals with Location Based Services, which are used to track the current location of the bus as well as give an estimate remaining time for the tracked bus to reach its destination using the Client-Server technology. Also, it displays the required maps with the help of GPS. Keywords GPS, LBS, Android plugins, Client-Server Technology I. INTRODUCTION There are buses made available for passengers travelling distances, but not many passengers have complete information about these buses. Complete information namely the number of buses that go to the required destination, bus numbers, bus timings, the routes through which the bus would pass, time taken for the bus to reach, maps that would guide the passenger with his/her route and most importantly, track the current location of the bus and give the correct time for the bus to reach its bus stop. The proposed system deals with overcoming the problems stated above. The system is an Android application that gives necessary information about all the buses travelling in Pune. This information overcomes the problems faced in the previously built application Pune Bus Guide. The platform chosen for this kind of system is Android, reason being Android Operating System has come up on a very large scale and is owned by almost every second person. Also, Android is a user friendly platform, thereby enabling ease of access for all the users. A number of applications made for the Android Operating System is increasing on a large scale ever since its advent. Android is an open source mobile software environment. Brought up by Google, the operating system has been made Linux based and uses Java programming language. It has a virtual machine that is used to optimize memory usage as well as resources. This application has been developed using IDE(Eclipse Integrated Development Environment) with ADT (Android Development Tools) and Android SDK(Software Development Kit).[3] There are a number of constraints that need to be satisfied. A few of them may be stated as follows: 1. The users phone should be GPS connected. 2. The phone should not lag each time any route or bus number has been requested for. 3. The platform used must be Android only. 4. All the bus numbers must be stored in the database and retrieved whenever asked for. 5. The bus timings must match the real time bus arrival. 6. The bus locator must give the exact location details about the bus. 7. The time given for the bus to reach the bus stop much be almost accurate, irrespective of the traffic obtained. 8. The application must have information about all the routes in Pune. 9. The application must be user friendly enough for the user to understand it and operate it. 10. The application must be updated with the addition of new buses along with the bus numbers as well as the bus timings and new routes. 11. The location tracker must track the location of the passenger as well as the bus to give the estimated time, and then guide the passenger with the route to his/her destination. 12. The application must not need internet while displaying only the routes. It must be done in offline mode. 13. The Android versions must support the application. A large number of applications were developed for this kind of purpose, but none of them worked due to inaccurate or incomplete information. 86
2 The main goal of the proposed work is to improve the Bus system by adding the necessary additional features into the application, like accurate bus timings, correct bus numbers and moreover adding a GPS tracker into it. This study accepts input in the form of selection of the source and destination and selection of the bus travelling the distance to display the entire details about the routes and also track the location of the respective bus and give the map for the same. The rest of the paper has been organized as: section II highlights the related work along with their downsides, section III discusses the proposed system to overcome those downsides, section IV gives the development environment of the system. Section V shows the results of the system followed by conclusion, future scope as well as references. II. RELATED WORK The last two decades have seen growing interest in the development of Android based platform. Our review of this area shows that there have been only few approaches that provide automated tools for the functioning of the application: 1. An application has been implemented in Pune, named Pune Bus Guide. This application gives the way to the destination correctly, but the number of drawbacks that it has is greater than the number of advantages. It does not show the passengers current location even if he/she is connected to the GPS. Also, this application has been proven useless as it does not display the bus numbers, so the passengers find it very hard to know the number and time of arrival of the respective buses. It does not have a real time bus tracking service or does not even generate maps for the users ease. This application has never been updated ever since its development. Moreover, this application has bugs which makes it all the more difficult for the user to use it.[5] 2. Another application that was implemented in Mumbai, named M-Indicator Mumbai has drawbacks like: It displays matter which is the same as what is online. Its latest updates have given issues on every Android mobile supporting even the most recent device version. The A to B module of buses has given problems. Whenever an option for the source to destination is selected, the field still remains blank, i.e. no bus routes are displayed.[6] 3. The application built in Delhi named Delhi Bus Navigator has drawbacks like: The application works smoothly when offline, but works very badly when connected to the Internet. The application gives information about direct routes only. It does not give information about the alternate routes. This application has bugs due to which it lags all the time. Most of the time the application crashes when requested for specific bus routes.[7] 4. The application developed in Bengaluru named Bangalore BMTC Info has drawbacks like: The application is never in an updated condition. The application has fed in wrong routes on several buses and given no updates to fix them. After the minimization and restoration of the application, it cannot search anything. This application crashes almost always. The application is not user friendly with a complicated User Interface(UI).[8] 5. The application developed in Chennai named Chennai Bus Route has the following drawbacks: The application works fine, but the bus timings have not been mentioned. Not all bus stops are updated. The application does not display maps.[9] 6. The application built in Ahmedabad named Ahmedabad BRTS has the following drawbacks: This application has not been updated since the time of its development. Number of buses and routes are still the same. No changes made to them.[10] These examples clearly state that all the bus applications implemented so far have faced serious problems, which have still not been fixed. Currently, there is no framework application built in Pune to track the location of the bus. Most of the earlier tools were developed considering only a few constraints. This led to exclusion of many important constraints which further caused problems while operating the application. 87
3 This system deals with overcoming allthe problems faced the earlier applications and providing a bug-free, user friendly application. The significance of our method is to resolve each of these above cited problems. The system takes basic information about the source and destination, selection of the bus, and displays the bus numbers along all the routes heading to the destination, generates maps as soon as the bus number is selected and most importantly tracks the location of the bus with the help of GPS and sends the location and the minimum time required for the bus(irrespective of the traffic) to arrive the bus stop. III. PROPOSED SYSTEM The application is a user friendly one, that anyone can access for free of cost. The basic idea for this project was to guide the bus travelers with the routes, all the possible stops that come on their way to the destination and moreover, display maps and track their locations and show the estimate remaining time required to reach. The aim is to overcome all the drawbacks faced in all the previous applications and generate fast and accurate results. The proposed system has been divided into two modules as follows. Module 1 gives information about all the routes from the source to the destination and give maps for the same. Module 2 give information about all the buses along with the bus numbers that go through the selected stops, track the location of the selected bus and send this information to the passenger giving him/her the estimate time required for the bus to reach. This is done using the Client-Server technology. ii. Fig. 1 Flowchart for Module 1 Module 2 (Stops and Location Tracker) The second module depicts the process of selection of the stops till where the passenger wants to travel. Passengers wanting to select stops can do so, irrespective of the routes. The Location Tracker is will detect the current location of the bus and send the location back to the passengers device. The Client-Server technology is used in this kind of system. i. Module 1 (Routes and Maps) The first module depicts the process of selection of routes from source to destination and presents the respective map for the same. Every direct and indirect route would have a map for itself. 88
4 Fig. 2 Flowchart for Module 2 IV. DEVELOPMENT ENVIRONMENT The proposed system requires Eclipse that is an open source software development environment. Eclipse consists of an Extensible plugin system and an IDE. The Android project has been developed in the Helios version of Eclipse, as it has plugins that are mainly used for Android. i. Android SDK Integrated Development Environment (IDE) is used in Android development in order to make it more straight forward and quick. It has been recommended for the developers because of its simplicity in working. Android is basically a multitasking platform. To give an example, the application has one application for navigation, another application for games, and another messaging. These applications can work simultaneously because of this multitasking ability of the Android platform. ii. ADT Plugin ADT (Android Development Tools) is a plugin developed by Google. Its main purpose is for developing Android mobile applications in Eclipse. It makes it easy and convenient for all the Android developers working in Eclipse environment to quickly create Android projects and debug the programs whenever needed. 89 Text editor should not be used in the development of large applications having a large amount of code as the text editor cannot highlight wrong spellings. iii. Android Emulator Android emulator is a virtual mobile device which is included in every Android SDK which runs on the users computer. Android emulators are used to test Android applications, so there is no need of any physical device. Android emulator supports Android Virtual Device (AVD) configuration, which in itself is an emulator containing specific Smartphone Operating System. Using AVD, one can easily test his applications. Any application running on an emulator can use the services provided by the Android platform like play audio, store or retrieve data etc. But with these features comes a few limitations. Neither does it support Bluetooth, nor does it support SMS/MMS communication.[4] A. Functionalities of the System Below mentioned are the functionalities provided by the system: Route Information Bus Information Stop Information Map Generation Location Tracking B. Database The databases created in this application are created in SQLite. User passes a query to access the database. All the rows in the database that match this query are passed as a type of pointer(cursor) and then displayed to the user. The application maintains an Adapter class that handles calls that are made to the database. The databases play an integral part of the system as all the bus information, stop information as well as routes are all stored in these databases. C. Location Based Services Location Based Service(LBS) is a widely used application in mobile data services which has led to the rapid development in wireless communication strategies as well as location positioning technologies. The travelers having the location-aware mobile phones can find out about the respective bus stops at any place.[1] The LBS is a mobile application which depends on the location of a mobile phone. It is used as an IP service that uses geographic information in order to track the location of the bus.
5 The bus is tracked and sent to the server and the server then forwards this tracked bus information to the client device which makes the user keep track of the bus location and get an estimate remaining time for the bus to reach his bus stop.[2] The application would forward a request to the server with the name of this destination, the server would look up for the place into the database and this piece of information would then be passed on to the client phone. [2] Fig 4. Client-Server Technology in Android Fig 3. Location Based Service D. System Requirements Software Requirements: 1)JDK 1.6 2)Android SDK 4.0 V. RESULTS We have tested this system for appropriate outputs; the following section includes experimental section of these. The system is given an input, i.e. the required selection is done and the information is displayed. Screen shots of each selection have been displayed. 3)IDE :Eclipse Helios 4)Backend:MySQL SERVER 4.0 Hardware Requirements: 1)Pentium 4,with 2 or 4 GB RAM 2)500 GB Harddisk 3)Net E. Client-Server Technology The proposed system is based on the client-server technology, which consists of a client side part as well as a server side part. The limitations of both the parts have been considered during the development of the project. The bus traveler would enter his destination name in the application. Fig. 5 Selection of Routes 90
6 Fig. 6 Route information along with map Fig. 7 Stop information VI. CONCLUSION AND FUTURE SCOPE The conclusions of this study suggest that knowledge of specific domain improves the results. This Project has been implemented on Android platform. Also, different attributes have been added to the project which will prove to be advantageous to the system. The requirements and specifications have been listed above. This project is implemented using Android and the SQL domain. Using the GPS system, the application will automatically display the maps and routes to the different locations and also track the bus location using client-server technology and forward it to the client device. This project will be put up on the cloud platform, so that it will be accessible by every Android user. The application will prove beneficial for every bus traveler, or even tourists. Not just buses, but this application will be useful for every person travelling by any means of transport. The Location Tracker will give the exact location of the bus which will make it easy for the passengers to travel. REFERENCES [1] Aleksandar,Pejic; Szilveszter, Plet, An Expert System for Tourists using Google API, 2009 [2] Amit Kushwaha, Vineet Kushwaha, Location Based Services using Android Mobile Application, ISSN: , 2009 [3] Jianye Liu, Jianaun Yu, Research on Development of Android Applications, 2011 Fourth International Conference on Intelligent Networks and Intelligent Systems,2011 [4] Robi Grgurina, Goran Brestovac and Tihana Galinac Grbac, Development Environment for Android Application Development: an Experience Report, MIPRO 2011, May 23-27, 2011 [5] Google Play Store details Pune Bus Guide - bus [6] Google Play Store details M-Indicator Mumbai - or [7] Google Play Store details Delhi Bus Navigator - avigator [8] Google Play Store details Bangalore BMTC Info - [9] Google Play Store details Chennai Bus Route - [10] Google Play Store details Ahmedabad BRTS
Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone - 2012
Android Development Lecture 1 Android SDK & Development Environment Università Degli Studi di Parma Lecture Summary - 2 The Android Platform Android Environment Setup SDK Eclipse & ADT SDK Manager Android
Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development
Android Development Lecture AD 0 Android SDK & Development Environment 2013/2014 Parma Università degli Studi di Parma Lecture Summary Android Module Overview The Android Platform Android Environment Setup
Fahim Uddin http://fahim.cooperativecorner.com [email protected]. 1. Java SDK
PREPARING YOUR MACHINES WITH NECESSARY TOOLS FOR ANDROID DEVELOPMENT SEPTEMBER, 2012 Fahim Uddin http://fahim.cooperativecorner.com [email protected] Android SDK makes use of the Java SE
Review On Google Android a Mobile Platform
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 5 (Mar. - Apr. 2013), PP 21-25 Review On Google Android a Mobile Platform Shyam Bhati 1, Sandeep Sharma
Challenges in Android Application Development: A Case Study
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.294
Key words: GPS, Geocoder, WWO Server, Google Server, Android, RAM, Mobile Equipment, OS.
Volume 5, Issue 3, March 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Weather Monitoring
Remote Android Assistant with Global Positioning System Tracking
IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking
Development. SriSeshaa Technologies. Table of Contents
SriSeshaa Technologies Development Table of Contents SriSeshaa Android Development... 2 Introduction to Android... 3 SriSeshaa Capabilities... 3 SriSeshaa Android Case Studies... 5 Privacy Guard... 5 Backup
CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016
VEHICLE TRACKING SYSTEM WITH ANDROID APP SUPPORT ABSTRACT M. Sudhakar Professor Dept of ECE CMR College of Engineering & Technology Kandlakoya, Medchal Rd, Hyderabad e-mail: [email protected] K.Kalyani PG
Keywords LBS, Continuous Query, Range Query, Google API s, GPS.
Volume 4, Issue 5, May 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Android Based Continuous
Introduction to Android
Introduction to Android Ref: Wei-Meng Lee, BEGINNING ANDROID 4 APPLICATION DEVELOPMENT, Ch1, John Wiley & Sons, 2012 1. What is Android Android is a mobile operating system that is based on a modified
Module Title: Software Development A: Mobile Application Development
Module Title: Software Development A: Mobile Application Development Module Code: SDA SDA prerequisites: CT1, HS1, MS001, CA Award of BSc. In Information Technology The Bachelor of Science in Information
Smart Shopping- An Android Based Shopping Application
Smart Shopping- An Android Based Shopping Application 1 Adarsh Borkar, 2 Madhura Ansingkar, 3 Monali Khobragade, 4 Pooja Nashikkar, 5 Arti Raut 1,2,3,4 Department of Computer Science and Engineering, 5
01. Introduction of Android
01. Introduction of Android Goal Understand the concepts and features of the Android Install the complete Android development environment Find out the one-click install Android development environment
CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu
CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup Emmanuel Agu What is Android? Android is world s leading mobile operating system Google: Owns Android, maintains it, extends
Getting Started with Android Development
Getting Started with Android Development By Steven Castellucci (v1.1, January 2015) You don't always need to be in the PRISM lab to work on your 4443 assignments. Working on your own computer is convenient
Lab 0 (Setting up your Development Environment) Week 1
ECE155: Engineering Design with Embedded Systems Winter 2013 Lab 0 (Setting up your Development Environment) Week 1 Prepared by Kirill Morozov version 1.2 1 Objectives In this lab, you ll familiarize yourself
Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging
Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Aravind. P, Kalaiarasan.A 2, D. Rajini Girinath 3 PG Student, Dept. of CSE, Anand Institute of Higher Technology,
Android Development Tutorial. Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011
Android Development Tutorial Nikhil Yadav CSE40816/60816 - Pervasive Health Fall 2011 Database connections Local SQLite and remote access Outline Setting up the Android Development Environment (Windows)
ANDROID LEVERED DATA MONITORING ROBOT
ANDROID LEVERED DATA MONITORING ROBOT 1 HIMANI PATHAK, 2 VIDYALAKSHMI KRISHNAKUMAR, 3 SHILPA RAVIKUMAR, 4 AJINKYA SHINDE 1,2,3,4 Electronics & Telecommunication Engineering, Fr. C. R. Institute of Technology,
Board also Supports MicroBridge
This product is ATmega2560 based Freeduino-Mega with USB Host Interface to Communicate with Android Powered Devices* like Android Phone or Tab using Android Open Accessory API and Development Kit (ADK)
Workshop on Android and Applications Development
Workshop on Android and Applications Development Duration: 2 Days (8 hrs/day) Introduction: With over one billion devices activated, Android is an exciting space to make apps to help you communicate, organize,
Islamic University of Gaza. Faculty of Engineering. Computer Engineering Department. Mobile Computing ECOM 5341. Eng. Wafaa Audah.
Islamic University of Gaza Faculty of Engineering Computer Engineering Department Mobile Computing ECOM 5341 By Eng. Wafaa Audah June 2013 1 Setting Up the Development Environment and Emulator Part 1:
VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune
VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is
The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.
Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting
An Android-based Instant Message Application
An Android-based Instant Message Application Qi Lai, Mao Zheng and Tom Gendreau Department of Computer Science University of Wisconsin - La Crosse La Crosse, WI 54601 [email protected] Abstract One of the
ADT Plugin for Eclipse
ADT Plugin for Eclipse Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications. ADT extends
Programming with Android: SDK install and initial setup. Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna
Programming with Android: SDK install and initial setup Luca Bedogni Marco Di Felice Dipartimento di Informatica: Scienza e Ingegneria Università di Bologna SDK and initial setup: Outline Ø Today: How
COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS http://www.mysteriousmaniacs.tk/ HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM)
COPYRIGHT RESERVED TEAM MYSTERIOUS MANIACS http://www.mysteriousmaniacs.tk/ HOME AUTOMATION via BLUETOOTH (Using ANDROID PLATFORM) 0 TEAM MEMBERS SYED HUSSAIN RAZA NAQVI SYED MUHAMMAD TAHIR RAZA MUHAMMAD
Remote Desktop on Mobile
Remote Desktop on Mobile SonamGavhane RasikaPhanse Monica Sadafule B.W.Balkhande Abstract In This paper we will see how the remote Desktop with static IP can be accessed using Android based mobile phones,to
Cisco Cius Development Guide Version 1.0 September 30, 2010
Cisco Cius Development Guide Version 1.0 September 30, 2010 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS
Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh
Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh Abstract one of the biggest challenges in the current ticketing facility is QUEUE while buying our suburban
Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated September, 2013 This document will describe how to download and install the Android
VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved
Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India [email protected] ABSTRACT In this paper, we describe the design and
Use of Mobile Application Development Technologies in Capstone Projects
Use of Mobile Application Development Technologies in Capstone Projects Shuju Wu Central Connecticut State University [email protected] Xiaobing Hou Central Connecticut State University [email protected] Karen
ANDROID APPLICATION FOR FILE STORAGE AND RETRIEVAL OVER SECURED AND DISTRIBUTED FILE SERVERS SOWMYA KUKKADAPU B.E., OSMANIA UNIVERSITY, 2010 A REPORT
ANDROID APPLICATION FOR FILE STORAGE AND RETRIEVAL OVER SECURED AND DISTRIBUTED FILE SERVERS by SOWMYA KUKKADAPU B.E., OSMANIA UNIVERSITY, 2010 A REPORT submitted in partial fulfillment of the requirements
Running a Program on an AVD
Running a Program on an AVD Now that you have a project that builds an application, and an AVD with a system image compatible with the application s build target and API level requirements, you can run
Fig. 1 BAN Architecture III. ATMEL BOARD
Volume 2, Issue 9, September 2014 ISSN: 2321 7782 (Online) International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online
A Modular Approach to Teaching Mobile APPS Development
2014 Hawaii University International Conferences Science, Technology, Engineering, Math & Education June 16, 17, & 18 2014 Ala Moana Hotel, Honolulu, Hawaii A Modular Approach to Teaching Mobile APPS Development
Nagpur, Maharashtra, India
Volume 6, Issue 2, February 2016 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automated Door
1) SETUP ANDROID STUDIO
1) SETUP ANDROID STUDIO This process takes approximately 15-20 Minutes dependent upon internet speed and computer power. We will only be covering the install on Windows. System Requirements Android Studio
AN ANDROID APPLICATION FOR ISSUING AND VERIFYING COMMUTER TRAIN TICKET THROUGH GPS USING CLOUD
BEST: International Journal of Management, Information Technology and Engineering (BEST: IJMITE) ISSN 2348-0513 Vol. 2, Issue 3, Mar 2014, 47-52 BEST Journals AN ANDROID APPLICATION FOR ISSUING AND VERIFYING
Android Application for Online Admission Process
International Journal of Emerging Engineering Research and Technology Volume 2, Issue 7, October 2014, PP 114-118 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) Android Application for Online Admission
Example Connection between USB Host and Android
Example connection between USB Host and Android Example Connection between USB Host and Android This example illustrates the connection between Board ETMEGA2560-ADK and Android through Port USB Host. In
Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone
International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/
Design of 'Dr. on Click' Android Application
Design of 'Dr. on Click' Android Application Thakor Swapnali S. 1, Patil Nayana Y. 2, Parikh Shubham A. 3, Thorat Pooja K. 4 B.E, Dept. of Computer, SRES COE, Kopargoan, India 1 B.E, Dept. of Computer,
Intel Integrated Native Developer Experience (INDE): IDE Integration for Android*
Intel Integrated Native Developer Experience (INDE): IDE Integration for Android* 1.5.8 Overview IDE Integration for Android provides productivity-oriented design, coding, and debugging tools for applications
Download and Installation Instructions. Android SDK and Android Development Tools (ADT)
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Mac OS X Updated October, 2012 This document will describe how to download and install the Android SDK and
Introduction to Android
Introduction to Android Poll How many have an Android phone? How many have downloaded & installed the Android SDK? How many have developed an Android application? How many have deployed an Android application
A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile
A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile Devendra Thorat, Kalpesh Dhumal, Aniket Sadaphule, Vikas Arade B.E Computer Engineering, Navsahyadri
Issues of Hybrid Mobile Application Development with PhoneGap: a Case Study of Insurance Mobile Application
DATABASES AND INFORMATION SYSTEMS H.-M. Haav, A. Kalja and T. Robal (Eds.) Proc. of the 11th International Baltic Conference, Baltic DB&IS 2014 TUT Press, 2014 215 Issues of Hybrid Mobile Application Development
Application Development Setup Guide
epos-print SDK for Android Application Development Setup Guide M00048500 Rev. A Cautions No part of this document may be reproduced, stored in a retrieval system, or transmitted in any form or by any means,
Introduction to Android
Introduction to Android Android Smartphone Programming Matthias Keil Institute for Computer Science Faculty of Engineering October 19, 2015 Outline 1 What is Android? 2 Development on Android 3 Applications:
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)
INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)
Carpooling Application for Android Focusing on Authentication and Traffic Analysis
Carpooling Application for Android Focusing on Authentication and Traffic Analysis Pirani Zainab Ritesh Deshmukh Dubey Nischal Furniturewala Fahad ABSTRACT The proposed application aims at creating a system
Download and Installation Instructions. Android SDK and Android Development Tools (ADT) Microsoft Windows
Download and Installation Instructions for Android SDK and Android Development Tools (ADT) on Microsoft Windows Updated May, 2012 This document will describe how to download and install the Android SDK
Android City Tour Guide System
ABSTRACT: Android City Tour Guide System The combination of the smart phone and the Internet service is the trend of the future information development and software applications. Mobile phones are the
Android Based Healthcare System Using Augmented Reality
Android Based Healthcare System Using Augmented Reality Vaishnavi Chidgopkar 1, Raksha Shelar 2, Shweta Patil 3 1,2,3 Department of Computer Engineering, Padmashree. Dr. D. Y. Patil Institute of Engineering
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN 0976-6480 (Print) ISSN 0976-6499
Student Attendance Through Mobile Devices
Student Attendance Through Mobile Devices Anurag Rastogi Kirti Gupta Department of Computer Science and Engineering National Institute of Technology Rourkela Rourkela-769 008, Odisha, India Student Attendance
Reminders. Lab opens from today. Many students want to use the extra I/O pins on
Reminders Lab opens from today Wednesday 4:00-5:30pm, Friday 1:00-2:30pm Location: MK228 Each student checks out one sensor mote for your Lab 1 The TA will be there to help your lab work Many students
Software development. Development requirements. Java. Android SDK. Eclipse IDE (optional)
Android Programming Software development Development requirements Java Android SDK Eclipse IDE (optional) Software development IDE and Tools Android SDK Class Library Developer Tools dx Dalvik Cross-Assembler
Технологии Java. Android: Введение. Кузнецов Андрей Николаевич. Санкт-Петербургский Государственный Политехнический Университет
Технологии Java Android: Введение Санкт-Петербургский Государственный Политехнический Университет Кузнецов Андрей Николаевич 1 2 Архитектура ОС Android See http://www.android-app-market.com/android-architecture.html
An Android Application for Tracking College Bus Using Google Map
An Android Application for Tracking College Bus Using Google Map S. Priya 1, B. Prabhavathi 2, P. Shanmuga Priya 3, B. Shanthini 4 1,2, 3 UG Scholar, 4 Head of the Department Department of Information
CS378 -Mobile Computing. Android Overview and Android Development Environment
CS378 -Mobile Computing Android Overview and Android Development Environment What is Android? A software stack for mobile devices that includes An operating system Middleware Key Applications Uses Linux
LIBRARY ACCESS SYSTEM SMARTPHONE APPLICATION USING ANDROID
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,
Android: Setup Hello, World: Android Edition. due by noon ET on Wed 2/22. Ingredients.
Android: Setup Hello, World: Android Edition due by noon ET on Wed 2/22 Ingredients. Android Development Tools Plugin for Eclipse Android Software Development Kit Eclipse Java Help. Help is available throughout
How to Create an Android Application using Eclipse on Windows 7
How to Create an Android Application using Eclipse on Windows 7 Kevin Gleason 11/11/11 This application note is design to teach the reader how to setup an Android Development Environment on a Windows 7
Mobile Operating Systems. Week I
Mobile Operating Systems Week I Overview Introduction Mobile Operating System Structure Mobile Operating System Platforms Java ME Platform Palm OS Symbian OS Linux OS Windows Mobile OS BlackBerry OS iphone
LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training
LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training Tony Wong 1 Copyright Copyright 2012 2012 Hewlett-Packard Development Development Company, Company, L.P. The L.P. information
CLOUD COMPUTING IN HIGHER EDUCATION
Mr Dinesh G Umale Saraswati College,Shegaon (Department of MCA) CLOUD COMPUTING IN HIGHER EDUCATION Abstract Technology has grown rapidly with scientific advancement over the world in recent decades. Therefore,
DEVELOPING MOBILE APPLICATIONS USING ANDROID
ISSN 2229-5518 2300 DEVELOPING MOBILE APPLICATIONS USING ANDROID M.VARUN KUMAR, S.THIRUMALINI, S.RAJESH KUMAR, N.VANISRI, PULIDINDI VENUGOPAL School of Information Technology &VITBS VIT University,Vellore-632014
Example of Standard API
16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface
Tutorial on Basic Android Setup
Tutorial on Basic Android Setup EE368/CS232 Digital Image Processing, Spring 2015 Windows Version Introduction In this tutorial, we will learn how to set up the Android software development environment
ABSTRACT. would end the use of the hefty 1.5-kg ticket racks carried by KSRTC conductors. It would also end the
E-Ticketing 1 ABSTRACT Electronic Ticket Machine Kerala State Road Transport Corporation is introducing ticket machines on buses. The ticket machines would end the use of the hefty 1.5-kg ticket racks
LOCATIONS AROUND ME (ANDROID)
IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 4, Apr 2014, 193-198 Impact Journals LOCATIONS AROUND ME (ANDROID)
A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application
A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application K. Akhila 1 B. Prathyusha 2 M. PavanKumar 3 M. Amrutha 4 Research Scholar Research Scholar Research Scholar
How To Run A Hello World On Android 4.3.3 (Jdk) On A Microsoft Ds.Io (Windows) Or Android 2.7.3 Or Android 3.5.3 On A Pc Or Android 4 (
Developing Android applications in Windows Below you will find information about the components needed for developing Android applications and other (optional) software needed to connect to the institution
RealTime Implementation of RTOS based Vehicle Tracking System
BIOSCIENCES BIOTECHNOLOGY RESEARCH ASIA, April 2015. Vol. 12(1), 237-241 RealTime Implementation of RTOS based Vehicle Tracking System A. Venkataraman 1 and P. Chitra 2 1 Master of Engineering, Embedded
Enterprise Storage Management System
Enterprise Storage Management System Dan Glasser 1, Madeline Hardojo 1, Anand Sundaram 1, Nate Wells 1 Abstract: {dglasser, anands, mhardojo, nwells}@cse.unl.edu and Mohamed Fayad, PhD 2 [email protected]
AndroLIFT: A Tool for Android Application Life Cycles
AndroLIFT: A Tool for Android Application Life Cycles Dominik Franke, Tobias Royé, and Stefan Kowalewski Embedded Software Laboratory Ahornstraße 55, 52074 Aachen, Germany { franke, roye, kowalewski}@embedded.rwth-aachen.de
DYNAMIC GOOGLE REMOTE DATA COLLECTION
DYNAMIC GOOGLE REMOTE DATA COLLECTION ABSTRACT: Google defends phone data collection. Google defended the way it collects location data from Android phones. The companies' smart phones regularly transmit
Android based Secured Vehicle Key Finder System
International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Android based Secured Vehicle Key Finder System Sindhoori S. 1, Dr. N. Sathish Kumar 2 *(M.E. Embedded System Technologies, Sri
Android Based Mobile Smart Tracking System
Android Based Mobile Smart Tracking System Mr. Kshirsagar Suraj Shashikant Mr. Gaikwad Amit Bajrang Department of Computer science and engineering Department of Computer science and engineering Karamayogi
Messaging and Voice Conferencing through Wi-Fi Network
RESEARCH ARTICLE OPEN ACCESS Messaging and Voice Conferencing through Wi-Fi Network Miss. Nayana H S, Dr. M C Padma Mtech (CE) Department of C S & E, PES College of Engineering, Mandya, Karnataka, India.
Priority Based Pre-emptive Task Scheduling for Android Operating System
International Journal of Computer Science and Telecommunications [Volume 2, Issue 7, October 2011] 17 ISSN 2047-3338 Priority Based Pre-emptive Task Scheduling for Android Operating System Deepali Kayande
How to build your first Android Application in Windows
APPLICATION NOTE How to build your first Android Application in Windows 3/30/2012 Created by: Micah Zastrow Abstract This application note is designed to teach the reader how to setup the Android Development
Understand and Build Android Programming Environment. Presented by: Che-Wei Chang
Real Time System Project 1 Understand and Build Android Programming Environment Advisor: Prof. Tei-Wei i Kuo Presented by: Che-Wei Chang Outline Introduction to Android Framework What is Android Android
ANDROID BASED ERP SYSTEM
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 1, January 2015,
ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I)
ANDROID APPS DEVELOPMENT FOR MOBILE AND TABLET DEVICE (LEVEL I) Who am I? Lo Chi Wing, Peter Lecture 1: Introduction to Android Development Email: [email protected] Facebook: http://www.facebook.com/peterlo111
The power of root on Android emulators
The power of root on Android emulators Command line tooling for Android Development Gabe Martin LinuxFest Northwest 2013 10:00 AM to 10:50 AM, CC 239 Welcome Describe alternative title Questions can be
Sage 200 Online. System Requirements and Prerequisites
Sage 200 Online System Requirements and Prerequisites v2013 Copyright statement Sage (UK) Limited, 2013. All rights reserved. If this documentation includes advice or information relating to any matter
Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0
Oracle FLEXCUBE Direct Banking Android Tab Client Installation Guide Release 12.0.3.0.0 Part No. E52543-01 April 2014 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway
Android Programming: Installation, Setup, and Getting Started
2012 Marty Hall Android Programming: Installation, Setup, and Getting Started Originals of Slides and Source Code for Examples: http://www.coreservlets.com/android-tutorial/ Customized Java EE Training:
CloudFTP: A free Storage Cloud
CloudFTP: A free Storage Cloud ABSTRACT: The cloud computing is growing rapidly for it offers on-demand computing power and capacity. The power of cloud enables dynamic scalability of applications facing
Android Programming and Security
Android Programming and Security Dependable and Secure Systems Andrea Saracino [email protected] Outlook (1) The Android Open Source Project Philosophy Players Outlook (2) Part I: Android System
