0

Like getting an image. I want to give users the choice to access either the camera, gallery or any other app which can return an image.

1 Answers1

0

Create dialog with three options camera, gallery, file explorer.

When user select an option from the dialog call proper intent to open selected application.

Please refer the link :http://www.theappguruz.com/blog/android-take-photo-camera-gallery-code-sample

Hope this will help you

EKN
  • 1,886
  • 1
  • 16
  • 29
  • I have tried that @EKN , i was looking for a way to access the in-built apps without custom creating a dialog for giving the choice. Is there any other way...i cannot wrap my head around this problem because of me being new to android. – Shubham Rapartiwar Jun 10 '17 at 18:49