WCViewPager
WCViewPager copied to clipboard
Android ViewPager that respects height of wrap_content
Results
2
WCViewPager issues
Sort by
recently updated
recently updated
newest added
Doesn't show my dynamic height TableLayout in each tab of the ViewPager. Parent of the ViewPager is a ScrollView. I am using TabLayout with ViewPager as well.
`FragmentStatePagerAdapter `manages an internal reference to it's Fragments when extending it you shouldn't create an additional `SparseArray `(as in `ObjectAtPositionPagerAdapter`) instead implement the `ObjectAtPositionInterface `and in the `getObjectAtPosition ` return...
enhancement