2

I want to show images from the current city based on weather as android app's background just like Yahoo! weather does.

Is there an API to get such images? I have been through Yahoo weather's developer resources and got to know that they don't provide any such feature.

update

This is not duplicate of how to get 7 day or one day data, I am asking for how to get Images that are from local places and according to weather?

Community
  • 1
  • 1
dmSherazi
  • 3,743
  • 5
  • 37
  • 62

1 Answers1

1

Images on the Yahoo Weather app are aggregated from Flickr. Yahoo provides a Flickr API which you can plug into.

see https://code.google.com/p/flickrj-android/

CarefreeCrayon
  • 249
  • 2
  • 7