Thursday 30 March 2017

DiscreteScrollView

The library is a RecyclerView-based implementation of a scrollable list, where current item is centered and can be changed using swipes. It is similar to a ViewPager, but you can painlessly create layout, where views adjacent to the currently selected view are partially or fully visible on the screen.

The library uses a custom LayoutManager to adjust items' positions on the screen and handle scroll, so view reordering operations use the full power of RecyclerView API and are extremely efficient.

Example pager



from The Android Arsenal

No comments:

Post a Comment