Spinner
Spinner is a client for Flickr. It uses Flickr's REST API (flickr.photos.search) to search and obtain pictures from Flickr based on its tags.
HttpRequest is used to search for specified tag and fetch image metadata using flickr.photos.search API. The information is obtained in XML format which is parsed using PhotoPullParser.
If you are using proxy-server for connecting to internet, please follow setup as specified in "Java Networking and Proxies".