0

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?

Tasnim Khan
  • 207
  • 3
  • 12

0 Answers0