mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-05-06 00:25:42 -05:00
[GH-ISSUE #123] Add FlexibleAdapter / FlipView libraries #2507
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).
Original GitHub issue: https://github.com/wasabeef/awesome-android-ui/issues/123
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