i'm looking for a quick way of getting all my friends's profile pictures. i'm using the Facebook SDK for Android.
right now i'm getting my friend's list JSON object and running with a for loop inside this object. in the loop i'm putting each image in a Drawable object from the : http://graph.facebook.com/uid/picture.
i've seen that each picture weight only 4K and it goes fast for few friends. but what if i have 1000 friends and i'm connecting to facebook for each one of them ? it will take lots of time.
i've seen in other application that some of them show all your friend real quick.
what is the best way of doing it ? using the runner ?