I am starting an Activity for result as
startActivityForResult(new Intent(this,ActivityA.class),REQUEST_CODE)
ActivityA is started. There is a gridview on ActivityA, I want to get the position of selected image in method onActivityResult(int requestCode, int resultCode, Intent data) of caller Activity but I am not getting the way to do that