Why it does not show the required fragment when nav drawer android menu option is selected?
问题 At me, in the program there are two fragments each of which is responsible for one kind of messages - entering or proceeding. There is an adapter that implements the selection of these fragments. And I want to make sure that when selecting a menu item, I saw a certain fragment, here is my main class menu: public class MessageCenter extends AppCompatActivity implements Sent.OnFragmentInteractionListener, Received.OnFragmentInteractionListener, OnNavigationItemSelectedListener { PagerAdapter