Roadtrip

About

GPS Routenplaner: Die Android - App "Roadtrip" wird entwickelt um L17 - Fahrschüler und Selbstfarhrer mühsame Schreibarbeit abzunehmen. Roadtrip soll das Mitschreiben der gefahrenen Kilometer übernehmen und somit Zeit und Papier sparen. Die gefahrene Route soll auf der angezeigten Karte mitgezeichnet werden. In einer SQLite - Datenbank auf dem Smartphone werden die relevanten Daten (gefahrene Kilometer, Koordinaten, Route,…) gespeichert. Über eine USB - Verbindung zum PC können die Daten übertragen und zur Vorlage ausgedruckt werden.

GPS tracker: to save time for logging of kilometers by hand, student drivers use the app 'Roadtrip'. This app records geographic data by a simple push of a button on the tablet PC or smartphone. Data is stored in a SQLite database on the device and can be sent to a webserver. This method is very environmentally friendly, because you save a tremendous amount of paper. As programming environment we use Eclipse, Android ADT and SQLite. The map we use is provided by Open Street Maps. The first step was to implement OSM and show the map. Then we added the users initial position, shown by a marker, and location updates to show the users current position on the map. Before OSM we used Google Maps, but various problems with routing occurred.