Answer the question
In order to leave comments, you need to log in
How to go from fragment to fragment??
How to move from one fragment to another, I still do it in this way.
FragmentTransaction fragmentTransaction = getFragmentManager().beginTransaction();
fragmentTransaction.add(R.id.cont, new PostFragment(list.get(finalI).getHref()));
fragmentTransaction.commit();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question