python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Expected Parcelable for result for camera Intent
I am making a camera intent and storing the snapshot using the activity result, this is my code:
File imageFolder=new File(context.getExternalCacheDir(),"Cam/" + form);
imageFolder.mkdirs();...

stramin
Votes: 0
Answers: 1
which class I should use for Activity result callback array?
I am trying to use the new ActivityResultLauncher Intent for activity result, when I make the second parameter callback (ActivityResultCallback) Android Studio asks me which Class I want to import for...

stramin
Votes: 0
Answers: 1
parameter Intent from onActivityResult receiving null value
I am trying implement the basic example from here. It works fine in the first version, when I had only this 2 methods:
private fun dispatchTakePictureIntent() {
val takePictureIntent = Intent(Medi...
Kleber Mota
Votes: 0
Answers: 0
MediaStore.ACTION_IMAGE_CAPTURE crash for some devices
I open camera with ACTION_IMAGE_CAPTURE in my app. Some devices crash. It doesn't even get into the onActivityResult() method. Constantly crashing on onCreate() . As I mentioned, it happens on some de...
Batuhan Oymak
Votes: 0
Answers: 1


