I am developing android project, in that i have to show the particular city's weather forecast. First i thought to achieve it through the Google Weather API, then as stated by "Jason Hall" in the link, so iGoogle going to shut down. Then i turned my view to Yahoo Weather API, by googled i got this link. So i got the weather forecast for particular location, now i want to get it for next 5 days, i tried this.But it only returns for single day only How to achieve it. Answers welcome.
Asked
Active
Viewed 2,245 times
1 Answers
2
Yahoo weather API doesn't support third parameter it only will response for WOEID and U. ,But yahoo provide this option only for U.S . , if you want to get 5 days forecast means, better you can try other 3rd party API's like Accuweather , Sky etc..

Rathakrishnan Ramasamy
- 1,612
- 2
- 25
- 46
-
1Thanks for your response, could you provide other 3rd party API's link to get it. – Abdul Rahman Oct 07 '12 at 07:59
-
2before asking questions , you must google it once. there are various resource available in google. try this, http://www.anddev.org/viewtopic.php?t=361 – Rathakrishnan Ramasamy Oct 07 '12 at 08:14