Bottom Navigation bar with fragments
问题 I have a bottom navigation bar in my Main Activity. By clicking on one of the tabs in my bottom navigation, I want to change the fragment in the view. I have the following code: Main Activity: public class StartActivity extends AppCompatActivity { SwiftFragment swiftFragment; FrameworksFragment frameworksFragment; FrameLayout content; android.support.v4.app.FragmentManager fragmentManager; private BottomNavigationView.OnNavigationItemSelectedListener mOnNavigationItemSelectedListener = new