How to use Google Weather Data in Mobile Application
hamishwillee
(Talk | contribs) m (Bot change of links to internal format.) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Fix internal links in external format) |
||
| Line 25: | Line 25: | ||
==Related content== | ==Related content== | ||
| − | [[XML parsing in Symbian OS v9.x | + | * [[XML parsing in Symbian OS v9.x]] |
| − | + | * [[HTTP on Symbian OS]] | |
Revision as of 06:43, 23 November 2011
We'll see how to use Google Weather API data within a mobile application.
Google Weather API URL
URL contains:
- City Name
- Country Name
Example: http://www.google.com/ig/api?weather=Mumbai,India
In response it gives data in XML format which could be easily parsed.Many Valuable information are available .Like
- Temperature.
- Forecast of Today ,Tomorrow.
- Wind Condition.
- Humidity
- etc
Images should in the response xml could also be used.
Exmaple http://www.google.com/images/weather/mostly_cloudy.gif

