Change Fragment from other Fragment like Navigation links
问题 I have a Navigation Drawer (so I use Fragments): MainActivity (FragmentActivity) Fragment A (Fragment with pictures links for Fragment B, C & D) Fragment B (Fragment) Fragment C (Fragment) Fragment D (Fragment) My navigation drawer works correctely, but I want to my Fragment A to do links like the menu. Right now, in Fragment A, I call the other Fragments like this: ImageView contact = (ImageView) getView().findViewById(R.id.secondBlock); contact.setOnClickListener(new View.OnClickListener()