Android: Upload a picture on Flickr

I need to make an Android app to upload a picture from mobile to Flickr. I started reading the Flickr Documentation API , but still don’t understand how to install and download. I also read similar questions here, but they show an incomplete piece of code, so I cannot test them. Can someone help me? Any link to run?

+3
source share
2 answers

Take a look at the flickrj library . It is designed to work with Android. It comes with source code in an example application available in the Google Play Market.

+3
source

All Articles