In my Android app, I want to display all the photos from https://graph.facebook.com/ . PhotoAlbumId / photos where
photoAlbumId is the name of the user FB
I am normally using a User Profile picture
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); How can I get all the images for example https://graph.facebook.com/zoo/photos and list view them in Android Activity Can you display?
I want to show it to:
check the URL first Images in the browser
No comments:
Post a Comment