OnActivityResult and startActivityAtResult method is deprecated in android studio.Is there any way of using this method instead of using new method? If yes then how?
Asked
Active
Viewed 23 times
0
-
Yes, you can use it as always. – blackapps Mar 19 '22 at 16:47
-
Yes you can but it might stop working in near future – Junaid Khalid Mar 19 '22 at 16:52
-
but how do i make it more? because whatever i type in there appears in red. Please tell me an exact solution of how to make it work – Mansi Mar 19 '22 at 17:02
-
`startActivityAtResult ` was now replaced by `registerForActivityResult` – rajinikanth Mar 19 '22 at 17:05