ViewPagerMultipleFragmentDemo
ViewPagerMultipleFragmentDemo copied to clipboard
Tabs inside another tab
Hi, Thank you for the code. It is very helpful.
In my case i have 5 tabs and inside one of the tab their are 3 more tabs. Please let me know how can i code it. Thank you,
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 layout tools:context=".MainActivity$PlaceholderFragment"
can you please send me complete Code with running from