In my fragment I have started startActivityforresult intent for photo capture.I have overridden onActivityResult callback method in fragment class. I have implemented onActivity
The onActivityResult in Activity will be called first, you should not remove processing the result in Activity but do what you want via checking the requestCode.