开发者

Weather APIs For Android [closed]

开发者 https://www.devze.com 2023-02-17 00:54 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_开发知识库

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I would like to know of some API which i could use to retrieve weather information in Android. I came across samples which make use of the Google Weather API and it works fine.But since the Google Weather API is not official and open for public yet , there is the risk of it being discontinued anytime.

Also some blogs say that the data returned by the Google Weather API is not accurate and caution using it.

Hence i am looking for some API which i can use in Android.If anyone is already using some API kindly let me know.


I made a wrapper for Yahoo Weather API on android. Check it here: https://github.com/zh-wang/YWeatherGetter4a


yes u can use yahoo weather api

http://developer.yahoo.com/weather/ check this one it provides api for having weather inforamation for any city

http://weather.yahooapis.com/forecastrss?w=2502265 as below link will give u weather information for Sunnyvale which have WOEID=2502265 which is defined at above link after w..

and for different woied id for different city u can use this api http://where.yahooapis.com/geocode?q=ahmedabad=[yourappidhere]

put ur city name after "q" at this link

i hope this will solve ur issue


FeedSyndicate offers one that we've used. It isn't free but I wouldn't build any commercial application on a service that I could not get support from.


Yahoo has a good API http://developer.yahoo.com/weather/

It's free and xml!!! Java has good XML-capabilities, so it's an option.

Hope I can help you.


World Weather Online has a free weather API. It's available for non-commercial and commercial use. You can find it at http://www.worldweatheronline.com/free-weather-feed.aspx.

The Weather Channel also has a great API. Not sure if it's commercial or not though. I would think not. You can access it at http://www.weather.com/services/xmloap.html


Aeris Weather API has a full Android SDK:

https://www.aerisweather.com/support/docs/toolkits/aeris-android-sdk/

Shameless plug,

We offer a free development account that just limits hits, as your app grows, so do the plans.

I work with AerisWeather but really enjoy our APIs. We work hard to make them user friendly and to get you the content you need without having to spend too much time integrating everything.

0

精彩评论

暂无评论...
验证码 换一张
取 消