Mobile Speedometer - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
After the last GPS related application, GPS Compass, I've been wanting to do another GPS focused application. This time I figured we'd get in the driver's seat with our friend: SPEED.
Gentlemen, start your engines…
The application is built off of Windows Mobile 6 SDK included a GPS Application in the samples folder, C:/Program Files/Windows Mobile 6 SDK/Samples/PocketPC/CS/GPS.
This uses the GPS Intermediate Driver. If you are writing a location aware application for Windows Mobile this is definitely the way to go. ;)
The main UI is located at the top of the screen. We have a simple speedometer graphic in the background to add some flair to the application. On top of this we overlay the current speed based off of information returned from the GPS device. We can also use Fake GPS to simulate a GPS device.
Below this we have a readout of various GPS statistics that are updated continuously.
One thing to note is Speed may be return in knots which you will likely want to convert to either miles or kilometers.
Possibilities:
I think a more realistic UI would be a great improvement. And the ability to switch from miles to kilometers would be good too. If the odometer would track miles traveled that would be an awesome enhancement.
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Windows Mobile 2003, Windows Mobile 5.0, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional
Similar Software:
FON Access Points for France FON Access Points for France - FON offers you a new Points of Interest service (POIs). This allows you to download FONspots directly to your navigation device.
What does that mean? You can download a Points of Interest file directly to your navigation device
FON Access Points for Vietnam FON Access Points for Vietnam - FON offers you a new Points of Interest service (POIs). This allows you to download FONspots directly to your navigation device.
What does that mean? You can download a Points of Interest file directly to your navigation device
FON Access Points for Mexico FON Access Points for Mexico - FON offers you a new Points of Interest service (POIs). This allows you to download FONspots directly to your navigation device.
What does that mean? You can download a Points of Interest file directly to your navigation device
OSMtracker OSMtracker is an application for Windows Mobile Pocket PCs and SmartPhones. The main features are track logging (gpx) and quick (voice) waypoint annotations when driving a car or on a bicycle. It also has a smooth scrolling map with heading indicator
HandGPS HandGPS is provided for use with Windows PPC only. All versions of windows PPC are supported. Users are prompted to register product before use. License is valid for two years and may be extended. HandGPS is used to capture GPS coordinates to any open windows PPC application
GPSGoogler GPSGoogler uses the GPS on your PocketPC to find the 50 closest local businesses from 2,238 type of Yellow Pages entry sorted via GPS distance. Tap the button to start the GPS and when you get a lock tap on it to view the list of local businesses. The GPS maps and business search service is provided by Google
FON Access Points for British Virgin Islands FON Access Points for British Virgin Islands - FON offers you a new Points of Interest service (POIs). This allows you to download FONspots directly to your navigation device.
What does that mean? You can download a Points of Interest file directly to your navigation device
HotelGPSer HotelGPSer is a quick way to find your hotel/motel via GPS. Start the GPS and the program will display your current location
GPSEmailer GPSEmailer uses the GPS on your PocketPC to find your latitude/longitude/altitude and speed and creates a blank Email template. When the program gets its first lock then it creates an email with your GPS update location and a link to the Google.com mobile online street map
Other Software by developer «Chris Craft»:
Mobile SMS Remote Mobile SMS Remote - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
GPS Clock GPS Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
I couldn't resist creating another GPS related mobile application
Community Megaphone Reader Community Megaphone Reader - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Mobile Quiz Mobile Quiz - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today we are going to look at another classic goal in Mobile development, data collection
MobileInfo MobileInfo - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Information is power. And with the .NET Compact Framework we can have all the information we want
Pocket Death Clock Pocket Death Clock - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Let's have some fun today. And do an application that is just for kicks
Mobile Weather Mobile Weather - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET
Mobile SMS Contact Mobile SMS Contact - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
Today one of my readers, Paul Diston, made the following request
SMS Logger SMS Logger - This application is part of the author's "30 Days of .NET" initiative to develop 30 mobile applications in 30 days. The source code of the application is included in order to help programmers new to Windows Mobile development write applications in .NET.
I've had a lot of requests for SMS related applications