Arnaud
1
Q:

open camera or gallery on button click android

// Android Open Camera
Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
startActivity(intent);
0

New to Communities?

Join the community