Could you have made the image both the click listener and the object that recd the image without issue? Or does it have to be separated like you did within an imageview and a floating action button? Thanks
Also onActivityResult is deprecated; I know ActivityResultLauncher class is now used to launch the intent; but ImagePicker has start(). How can I reconcile the start() and activityResultLauncher()?
what can i do if i have 2 deferent pictures to pick the two pictures when i picked them will run OnActivityResult ,i want to make a condition inside that function(OnActivityResult) to separate the code which will execute after picking the picture. Earlier i used startActivityForResult which provide request Code to ensure the right intent. unfortunately is was deprecated So how can i do it now?
Thank you very much, friend. I'm from Brazil, and I didn't find anything here to help me, you saved me.
Could you have made the image both the click listener and the object that recd the image without issue? Or does it have to be separated like you did within an imageview and a floating action button? Thanks
0:24
Thats me😂
Thank you very much.
Also onActivityResult is deprecated; I know ActivityResultLauncher class is now used to launch the intent; but ImagePicker has start(). How can I reconcile the start() and activityResultLauncher()?
what can i do if i have 2 deferent pictures to pick the two pictures when i picked them will run
OnActivityResult ,i want to make a condition inside that function(OnActivityResult) to separate the code which will execute after picking
the picture.
Earlier i used startActivityForResult which provide request Code to ensure the right intent. unfortunately is was deprecated
So how can i do it now?
onActivityresult is depricared...this method support 33 sdk version
how i can save the picture in the activity because When I get off activity the Picture disappear
You gotta save the image in Firebase for that if you want to put it in storage
hello, your code has been very useful, how can I set the resulting limit that I want to do here according to my own wishes?
u should use your own voice to explain
😊😊😊 hey give us source code....
fake news
thank you so much🙏
How did you use the ActivityResultLauncher class since onActivityResult is deprecated ? Thanks