• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help around Gallery

abhishekrs

Lurker
Dec 4, 2009
3
0
[FONT=Courier, Monospaced]Hi,


I am trying to do the following in my app:

1. Open Gallery just the way it is on the phones (picture folders)
2. Select a folder (say for e.g. 'Camera Pictures')
3. Pick an Image and use it in my app (edit, send etc.)


I have implemented the Image picking feature as below but it doesn't open the Gallery view that we have on the built-in Gallery App

Intent i = new Intent(Intent.ACTION_PICK);
i.setType("image/*");
startActivityForResult(i);


I am looking at opening the Gallery view, selecting a folder,
selecting an Image and passing the URI to my activity. Can anyone help
me?


Thanks,
Abhishek
[/FONT]
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones