EasyFlipView
A quick and easy flip view through which you can create views with two sides like credit cards, poker cards etc.
Installation
Add this in your app's build.gradle file:
Or add EasyFlipView as a new dependency inside your pom.xml
Usage
XML
EasyFlipView In XML layouts("Vertical")
EasyFlipView In XML layouts("Horizontal")
All customizable attributes for EasyFlipView
Attribute Name | Default Value | Description |
---|---|---|
app:flipOnTouch="true" | true | Whether card should be flipped on touch or not. |
app:flipDuration="400" | 400 | The duration of flip animation in milliseconds. |
app:flipEnabled="true" | true | If this is set to false, then it won't flip ever in Single View and it has to be always false for RecyclerView |
app:flipType="horizontal" | vertical | Whether card should flip in vertical or horizontal |