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
Similar Software:
Stirling Weather Stirling Weather - Stirling Weather displays the current weather conditions from any National Weather Service reporting station, a five-day extended forecast by ZIP Code, and the current doppler radar for each of the major NWS regions
weathPaper .97 This application will check the weather and put a corresponding weather picture as your background
RadarLove! RadarLove is a simple Radar image engine that pulls all the image data from the National Weather Service RIDGE system, including most of the overlays.
A few pointers:
* you can click on a location, and it will zoom in on that location. When you do this, the map must not move, otherwise the zoom will not work
The Weather Channel Weather can make or break your plans, whether it be business travel or a round of golf. With The Weather Channel for Windows Mobile, you'll have the latest weather information at your fingertips so you can plan more efficiently
WeatherBug Direct The power of WeatherBug, on your Today Screen! Customizable weather forecasts
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
WindChill WindChill - This program allows you to enter the surface wind speed and temperature and calculates the new 'Wind Chill' index for those numbers. You can select either metric or imperial conversion.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
The Weather Channel 1 Year Subscription for Windows Mobile The Weather Channel - Weather can make or break your plans, whether it be business travel or a round of golf. With The Weather Channel for Windows Mobile, you'll have the latest weather information at your fingertips so you can plan more efficiently
Weather Info 2005 Weather Info displays the current weather and a 5-day forecast on your Pocket PC. Weather Info is provided by weather.com®. Version 1.1 update fixes bug that caused a crash on Windows Mobile 2003 devices. Version 2.1 update changes the weather support to weather.com® for international support and adds the ability to change between standard and metric units. Version 2
Other Software by developer «Chris Craft»:
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
Mobile Signature Mobile Signature - 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
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
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
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
What Is My IP? What Is My IP? - 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 may have seen sites like WhatIsMyIP.com, IPChicken.com, and my favorite IPCow.com
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