Android - Intent Acitivity to a Fragment of a FragmentActivity -
i have activity
, want 1 of fragment
of fragmentactivity
im trying
startactivity(new intent(secondactivity.this, (mainactivity)secondfragment.class));
it because can't phone call fragments
via intent? iknow fragment
part of fragmentactivity
.
you have seek below code alter fragment within activity.
getsupportfragmentmanager() .begintransaction() .replace(r.id.content_frame, new homefragment(), "" + _homefragment).commit();
android android-layout android-intent android-activity android-fragments
No comments:
Post a Comment