FragmentStatePagerIssueExample icon indicating copy to clipboard operation
FragmentStatePagerIssueExample copied to clipboard

Solution without duplicating library source code

Open timrae opened this issue 10 years ago • 0 comments

Hi I found your blog from Google, but I didn't really like the idea of maintaining a separate FragmentStatePagerAdapter. A simpler solution is to use FragmentPagerAdapter instead, and override the getItemId() and getItemPosition() methods.

See here for some source code

timrae avatar Nov 15 '14 08:11 timrae