In my Android app, I want to display all the photos from I am normally using a User Profile picture How can I get all the images for example I want to show it to: check the URL first Images in the browser https://graph.facebook.com/ . PhotoAlbumId / photos where
photoAlbumId is the name of the user FB
ImageView user_picture; Userpicture = (imageView) findViewById (R.id.userpicture); URL img_value = null; Img_value = New URL ("http://graph.facebook.com/" + id + "/ image? Type = big"); Bitmap mikon1 = bitmapfile Encodestream (img_value.openconnection (). GetInputStream ()); Userpicture.setImageBitmap (mIcon1);
https://graph.facebook.com/zoo/photos and list view them in Android Activity Can you display?
No comments:
Post a Comment