Uploading personal photos from flickr to imageView

I need to upload some personal photos from flickr to imageViews. I tried using flickrj-android, but I really don't understand how this works. I guess I need to open the marker first. I can do it. But how do I proceed from there? I already entered Google, but did not find anything useful. All I want is a way to create my URLs so that I can upload images to ImageViews. Has anyone worked with flickr before and knows a good step-by-step tutorial? It can't be that hard.

+3
source share
1 answer

Since you have questions about the entire flow from authorization to the construction of the Flickr URL, I suggest you take a look at the open source Android Photostream application, which includes everything you need to create your own basic Flickr application. This is part of the apps-for-android project .

+1
source

All Articles