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.
How'd we make it this far without a weather application? I must admit its hard to buy anything these days that doesn't have a weather feature built in. But does everyone understand the basic of writing such an application? That's what we will explore today.
UI is a little plain. I really think a weather application needs to have a top notch exciting UI, but we'll keep it simple this time. We have an input section at the top that takes the user's ZIP Code, and we have an output section at the bottom.
In the output section we have some basic factoids like current conditions and temperature. We also have a forecast for the next day showing date, description, with high and low temperature. And finally we have a graphic to add a little something to an otherwise drab application.
How did we mine this information. Basically I connected to a public weather RSS feed that takes zip code as an URL parameter, using an HttpWebRespone object. I then parsed out the data I need using regular expressions.
There are other ways of doing this type of thing, but I thought this would allow us to use a lot of neat Window Mobile technologies we haven't explorer before.
Possibilities:
The UI needs more polish, but it is useable. There is even more data in this RSS feed than I'm exposing so that is another way to expand on this project and make something awesome.
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
Update for HTC Touch2 - Weather Updates 2009-12-15 This update for HTC Touch2 allows it to bring you updates wherever your location, so you know the relevant weather information for where you are, no matter if you are on a 3G or a 2G network
VITO Weather VITO Weather - Weather is a Windows Mobile software for getting weather forecast right on your mobile device. It has intuitive and finger-friendly interface.
Weather was designed specially for Winterface - next generation Windows Mobile shell. When added to Winterface there appears a special Weather icon among other status icons with “live” info
Kai's Weather Station.Net Kai's Weather Station.Net Use your Pocket PC as a real Weather Station. Big Temperature display, Weather symbol, Moonphase, Barometric tendency and more values to suit your individual convenience. For example use your actual, old or second Pocket PC as a real Weather Station in the living room or working area. By the integrated clock timer the device is e.g
MobileWeather MobileWeather - This program is a link to Noaa.gov mobile weather website. Tap the button while you are connected to the internet to find out current weather conditions.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
SecilWeather SecilWeather is meant to be finger friendly weather application. You have Instant time, 8-day weather forecast including today's and can provide access to satellite information. Updates are available at the moment you request them
WeatherGPSer WeatherGPSer uses the GPS on your PocketPC to find your current latitude/ longitude/ speed/ altitude and looks up the weather profile and displays it. Tap the button to start the GPS and when you get the lock tap the button again to view the current weather. This service is provided by Geonames
Saki Mobile for Pocket PC Saki Mobile for Pocket PC - Saki is a new way share and access exclusive content such as photos, videos, music, movies, news, weather, sports, E-mail, IM and more – all in one place! Use Saki to manage your social network, find old friends, map favorite locations, create party invitations, express your opinions or even chat via Avatar IM
Speereo Voice Translator: English-Finnish (WM) Speereo Voice Translator (SVT) is an ideal companion for traveling on business or leisure and also is an excellent aid for business communication. Running on Windows Mobile and Symbian based mobile devices it contains of over 4000 phrases in each of 16+ languages and many other useful features
Other Software by developer «Chris Craft»:
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
Trippr Trippr - 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.
You've probably already figured out what this application does
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
Lunch-O-Matic Lunch-O-Matic - 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.
Being a geek, I have a lot of geek friends. Being friends, we tend to eat lunch together
Prize Picker Prize Picker - 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.
There is probably someone out there who doesn't think this is the best looking application ever
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
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 Speedometer 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
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