I know there is so many question related to this but I still not find any solution i have tried all the things.
from onActivityResult() not called when Activity started from Fragment I find
getActivity().startActivityForResult(galleryIntent, PICK_IMAGE);
with
startActivityForResult(galleryIntent, PICK_IMAGE);
onActivityResult is not being called in Fragment
super.onActivityResult //on activity
I have also done this but still it's not working.
does any body has solution?
thanks