How to call Explicit intent for result from fragments in tabbed activity?

78 Views Asked by At

I am using android Tabbed Activity with 3 tabs. Each tab contains a fragment. I am trying to call Camera Intent from the 3rd tab using startActivityForResult(x, y); After I click the pic, the control returns to the activity, but not to the fragment which called the intent. I tried switching to the desired tab from onActivityResult() method in the activity, only to realize that it is not being called either. How Do I pass on the controls and intent to the desired fragment?

0

There are 0 best solutions below