Class AppCompatBase

    • Constructor Detail

      • AppCompatBase

        public AppCompatBase()
    • Method Detail

      • onCreate

        protected void onCreate​(@Nullable
                                Bundle savedInstanceState)
        Overrides:
        onCreate in class androidx.appcompat.app.AppCompatActivity
      • switchFragment

        protected void switchFragment​(@NonNull
                                      androidx.fragment.app.Fragment fragment,
                                      int fragmentId,
                                      @NonNull
                                      String tag,
                                      boolean withTransition,
                                      boolean addToBackStack)
      • switchFragment

        protected void switchFragment​(@NonNull
                                      androidx.fragment.app.Fragment fragment,
                                      int fragmentId,
                                      @NonNull
                                      String tag)