Saturday 4 April 2020

Dialog to capture image from the camera or pick from the gallery

  3 comments

Simplest way to showing a dialog to choose capture image from the camera or to select image from the gallery of the device.





3 comments :

  1. You can called that dialog by this from the fragment.
    ImagePickerDialog.newInstance().show(fragmentManager!!, "Image Picker")

    ReplyDelete

Loading...