Wrong requestCode in onActivityResult I’m starting a new Activity from my Fragment with startActivityForResult(intent, 1); and want to handle the result in the Fragment’s parent Activity: @Override ... May 12, 2022 0 Comments OnActivityResult method is deprecated, what is the alternative? I recently discovered that onActivityResult is deprecated. What should we do to handle it? Any alternative introduced for that? 26 Answers 26 May 11, 2022 0 Comments
OnActivityResult method is deprecated, what is the alternative? I recently discovered that onActivityResult is deprecated. What should we do to handle it? Any alternative introduced for that? 26 Answers 26 May 11, 2022 0 Comments