0

I have 2 activitys A1 and A2, A1 contains Fragments i need to pass a model class object from these fragments to Activity A2?

VerbFragment

Intent intent = new Intent(getActivity(), VerbDetailActivity.class);
startActivity(intent);
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245

0 Answers0