Android Studio – onActivityResult deprecated, is there alternative (KOTLIN)
Currently I am working on a project for my college, and i have discovered that onActivityResult is deprecated. What can be done to handle it? This is my code that troubles me override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?)…