My startActivityForResult is asking for 3 mandatory parameters: Activity, intent and the request code. I'm using Intent to call an activity from within a recycler view when a button is tapped. But when I type startActivityForResult, it is asking for 3 parameters. I don't understand what activity it is asking for and how to pass it.
Thank you!