Код: Выделить всё
fragmentManager.beginTransaction().replace(R.id.container, otherFragment).commit();
< /code>
должен сделать это, но на самом деле нет. Я могу слышать звуки и прочее. public static BaseGameFragment newInstance(int mode) {
BaseGameFragment.mode = mode;
BaseGameFragment fragment = new BaseGameFragment();
return fragment;
}
Подробнее здесь: https://stackoverflow.com/questions/373 ... l-fragment
Мобильная версия