SyntaxFix
Write A Post
Hire A Developer
Questions
you can use simple code its work for transaction
Fragment newFragment = new MainCategoryFragment(); FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); ft.replace(R.id.content_frame_NavButtom, newFragment); ft.commit();