mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-03-09 07:22:17 -05:00
Add FlexibleAdapter / FlipView libraries #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @davideas on GitHub (Jun 8, 2016).
I designed FlexibleAdapter (https://github.com/davideas/FlexibleAdapter) library for RecyclerView, so we can use many features / use cases with the same Adapter at once:
Regarding FlipView (https://github.com/davideas/FlipView), it's a flipping view like Gmail App & beyond... Lot of many flipping combinations can be created thanks to configurable parameters and animations.
Thanks!!
Davide