Treffer: Team Members

Title:
Team Members
Contributors:
The Pennsylvania State University CiteSeerX Archives
Collection:
CiteSeerX
Document Type:
Fachzeitschrift text
File Description:
application/pdf
Language:
English
Rights:
Metadata may be used without restrictions as long as the oai identifier remains attached to it.
Accession Number:
edsbas.79BCE10F
Database:
BASE

Weitere Informationen

platform [1,2,5]. The application allows the user to enter multiple locations that the user is interested to visit and finds the optimal route between those locations and lists them on the Google Maps. We all use Google maps to get from point A to point B. Given the address of the start location (A) and the end location (B), Google maps plots out a nice route for the trip and gives an estimate of the travel time. But if the trip includes multiple points, the user has to specify the sequence of locations himself before Google maps can give a route. It would be interesting if Google maps can give the shortest path for a set of locations. 2. Development Framework Android is a software stack that allows developers build applications for mobile devices in the Java Programming Language. It stack includes an operating system, a middleware and a few applications. Google provides an android SDK for developing android applications. The SDK is available on all major platforms – Windows Linux and Mac OSX and is free download from [6]. We developed our application on the Android 1.1 SDK release 1. The development was done the Eclipse IDE for Java using the Android Development Tool (ADT) plug-in. Instructions for installing the SDK and ADT can be found here [7]. 3. Getting Started on Android There is a lot of help available online for developing Android applications, both from Google and third party developers. Links [6, 7, 8] help in basic setup and writing the first “Hello Android ” program. The Android platform requires all applications installed to be signed digitally with a certificate. The certificate is used to identify the authors of applications and to build trust among applications. More information on application signing can be found here [9]. Android provides a Maps API to help developers use and integrate Google Maps with their mobile applications. However, in order to use the Maps API the developers have to register withGoogle Maps service and agree to certain Terms of Service. More information on registering ...