/adaptation

too painful to work with PagerAdapter

Primary LanguageJavaOtherNOASSERTION

Flexible Pager Adapter

Attempting to make convenient for working with ViewPager and PagerAdatper.

Adapters:

  • IDFragmentStatePagerAdatper
    The original FragmentStatePagerAdapter implementation saves and restores fragments' states according to their positions which is not reliable if can be changed.
  • more...