GpsLogger_1.1

App Image
   October 20th, 2007
1593 views / 752 downloads
Admin Administrator: koolatron

Category: not specified    Maturity: not specified
Tags: not specified

Download Latest Version

An updated version of GPSlogger by finsprings. Currently under heavy development!



Recent changes:

Map now pans to keep GPS location in center of display.

Map now tiles itself to fill all available area.

Interactive zoom control (buttons 1 and 2)

Typos fixed (works with SDK 248)

- Now gives visual indication of heading


Download


Version 5 created on October 26th, 2007     download jar
Version 4 created on October 26th, 2007     download jar
Version 3 created on October 24th, 2007     download jar
Version 2 created on October 23rd, 2007     download jar
Version 1 created on October 20th, 2007     download jar

No license information provided

4 Comments

Comment_icon Login to add comment

kgilmer

Bug Labs team kgilmer said on November 13th, 2007 09:24:51 PM

This looks very cool! Perhapse the PositionHelper class looks like a good candidate for it's own "GPSUtils" bundle...

bobgrimste

bobgrimste said on February 1st, 2008 12:58:55 AM

where do you get the map(s) from? THis is really cool!!! How do I adapt it to work some place else

akravets

Bug Labs team akravets said on March 27th, 2008 01:18:23 PM

Hey Koolatron, We've been using your cool application for testing SDK and noticed that timer in GPSLoggerApp is not being disposed of after IPositionProvider service goes away. You have a method GPSLoggerApp.dispose() that does that, it just needs to be called from GpsLoggerServiceTracker.stop() to clean up. Did I say it was a nice app? :)

koolatron

koolatron said on April 29th, 2008 11:23:50 AM

bobgrimste: The app retrieves its gmaps data directly from the servers, provided there's a network connection available. I've got plans to buffer that information in case the network disappears, but I haven't gotten around to it yet.
akravets: Thanks for the kudos! I'll roll that into the next revision once I'm back up and running with my meatspace BUG.