Shoaib Ahmad
Results
2
comments of
Shoaib Ahmad
Hi i am unable to Run this code where is fragment A3Fragment a3Fragment = new A3Fragment(); FragmentTransaction transaction = getChildFragmentManager().beginTransaction(); transaction.addToBackStack(null); transaction.replace(R.id.fragment_mainLayout, a3Fragment).commit(); when run this not found in main...
can you please send me complete Code with running from