Reputation: 68
I'm new to Android development.
I have an application that allows the user to select images. I'm using an Button. When the user clicks on the Button, I'd like to allow them the option to a)select the image from the gallery, or b)use the camera to capture an image. Please help me by suggestion or any article.
thanx
Upvotes: 2
Views: 3222
Reputation: 3274
For getting images from gallery, you have to use different intent action defined in Media class.
Upvotes: 1