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)
How To Send Intent Back using ActivityLauncher API?
I've been using this method to try to send data between Activities, but Google don't show you how to send the data back from the other Activity. So I started looking for other methods that might work,...

Skello
Votes: 0
Answers: 1
Android SecurityException: Permission Deniel for CAMERA permission in the AndroidManifest file
I'm using ActivityResultAPI for capturing photos in my app so as I'm using this API I can't include CAMERA permission in Manifest file right.
But now in my application there is barcode scanner feature...
ganpat malekar
Votes: 0
Answers: 0
FirebaseUI needs pending intent
I have a code which goes to firebaseAuthUI with this activityResultLauncher:
//used for login
this.loginActivityLauncher = registerForActivityResult(new FirebaseAuthUIActivityResultContrac...
shaked428
Votes: 0
Answers: 0
Android and Fragment result API. How to share result from child fragment with different request key?
I am trying to implement fragment result API in my application. I need to show DialogFragment inside Fragment and send result from dialog fragment to fragment when dialog buttons was clicked.
So in my...
testivanivan
Votes: 0
Answers: 1