Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
First Across the Continent for MobiPocket Reader
SoftKeys
Army fight
AltaVista Search Plugin - Firefox Addon
Samurai II: Vengeance for Android
AndroidMC
Neon Flowy Keyboard
Learn EJB v2
A Gentleman Vagabond and Some Others for MobiPocket Reader
A Record of Buddhistic kingdoms for MobiPocket Reader
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
Mobile Weather





Mobile Weather
Version: 1.0

Platforms: Pocket PC


Categories: Travel & Navigation

Upload date: 16 Aug 11

Developer: Chris Craft

License: Freeware

Downloads: 283

File Size: 47 Kb
Download Free Mobile Weather 



Rating: 2.2/5 (Total votes: 5)




  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:

The Weather ChannelThe 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
WindChillWindChill
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
Gismeteo Pocket PC license prolongationGismeteo Pocket PC license prolongation
This is the first time when weather forecasts of russian leading weather monitoring company Gismeteo is fulfilled as a convinient and powerful applicationf for smatrphones running Windows Mobile. It displays the most actual and full 5-day forecasts for every part of Russia and rest of the world
VITO WeatherVITO 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
HKWX Hong Kong Weather Plugin (Pocket PC)HKWX Hong Kong Weather Plugin (Pocket PC)
HKWX Hong Kong Weather Plugin Auto update Hong Kong weather information from Hong Kong Observatory, when internet access available, by means of ActiveSync Pass through, LAN connection, or dial up connection
WeatherZIPsWeatherZIPs
WeatherZIPs allows you to enter a postal code and displays the weather report from the Google.com server. Enter the ZIP/Postal code and tap the button to view the current and future weather forecasts. This service is provided by Google
Kai's Weather Station.NetKai'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
NewsBreakNewsBreak
Keep track of everything from the weather, latest headlines, and news briefs, to the newest posts on your favorite blogs and online stores. NewsBreak from Ilium Software is the easiest to use RSS newsreader for your Pocket PC. And NewsBreak lets you enjoy all your favorite news with no ads and no spyware
Sqij - WeatherSqij - Weather
Sqij - Weather - Get weather information for any city in the world on your mobile phone. Like all SQIJ applets, all wireless data is kept to a minimum, saving you money! Setup Note: after installing the SQIJ application software and signing-in, select the ''Add a Sqij'' icon then enter ''weather'' in the Search box
GORAPSWeather Widget for AndrokkidGORAPSWeather Widget for Androkkid
GORAPSWeather Widget - Weather widget for Androkkid. Installation and Setup Instructions: 1) Download and unpack GORAPSWeather.zip 2) Open GorapsWeather.mscr with a text editor and make the appropriate changes to the two variables: location and units. - Change location to the accuweather.com location code for your location. If you need to find your code go to www
 

Other Software by developer «Chris Craft»:

Pocket Death ClockPocket 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 QuizMobile 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
SMS LoggerSMS 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
Mobile SpeedometerMobile 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
Mobile SMS RemoteMobile 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
Community Megaphone ReaderCommunity 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 SignatureMobile 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
Prize PickerPrize 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
MobileInfoMobileInfo
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

» show more

 

Comments on Mobile Weather:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Mobile Weather is compatible with your device AnyDATA ASP-500GA
 
 
© Pantich 2009 - 2025 All rights reserved.