FlipViewPager.Draco
This project aims to provide a working page flip implementation for usage in ListView. Made in [Yalantis]
Changes:
- Made clickable views like a button clickable inside the FlipViewPager.
- Use RecyclerView.
- Updated to API 23.
- Added support for close clicks on a MergePage e.g. to add a close button.
Usage
For a working implementation, Have a look at the Sample Project - sample
To achieve the same grid-looking view you should:
-
Include the library as local library project:
-
Create your main layout, it will be the view with 2 items merged together:
-
Create layout for displaying an additional info for each merged item:
-
Create your adapter and extend it from
BaseFlipAdapter<T>
-
Set your adapter in
ListView
-
You can handle clicks just like in regular
ListView
More options will be added soon :)