ViewPagerMultipleFragmentDemo icon indicating copy to clipboard operation
ViewPagerMultipleFragmentDemo copied to clipboard

Tabs inside another tab

Open idrisbohra opened this issue 7 years ago • 2 comments

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,

idrisbohra avatar Aug 14 '17 11:08 idrisbohra

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"

shoaibahmad avatar Nov 28 '17 12:11 shoaibahmad

can you please send me complete Code with running from

shoaibahmad avatar Nov 28 '17 12:11 shoaibahmad