[android-developers] Update Gallery to load all images
Hi
i am opening Gallery as intent in my application after saving a image in the application
here is the code to open the Gallery to intent
Intent intent = new Intent();
intent.setType("image/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChooser(intent, "Select Picture"),101);
But i notice that the Gallery is not loading all the images (The images that are saved Recently),
Can any one suggest me the way so that the Gallery updates all the images and show them in the gallery
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home