0

Following Image is My Fragment and Activty code

Fragment inside one button of multiple selected to press then go for Activity and View Multiple Images the after selected images take and return to my fragment class that time I not get the result of multiple selected images ? enter image description here

  • 1
    Where is your code and the "following image" ?? – Jas Aug 05 '16 at 09:32
  • 1
    Please edit your question. I don't understand anything from it. – Akah Aug 05 '16 at 09:33
  • 1
    Did you see these http://stackoverflow.com/questions/28496682/onactivityresult-not-call-in-the-fragment and http://stackoverflow.com/questions/20038880/onactivityresult-for-fragment – faranjit Aug 05 '16 at 10:52
  • I was try to getActivity().startActivityForResult() but not working – Viral Desai Aug 05 '16 at 10:55
  • 1
    It is said that you should not use `getActivity().startActivityForResult()` in that links. Does your fragment is nested or direct child of activity? – faranjit Aug 05 '16 at 11:04
  • But i was testin getActivity().startActivityForResult() does not working so i was after remove it. I am use the Action class inside set the public class Action { public static final String ACTION_PICK = "luminous.ACTION_PICK"; public static final String ACTION_MULTIPLE_PICK = "luminous.ACTION_MULTIPLE_PICK"; } and – Viral Desai Aug 05 '16 at 11:15
  • I am use the Action class variable Action_Multiple_Pick and that are set the activity inside so how to handle that – Viral Desai Aug 05 '16 at 11:20

0 Answers0