Covert
Covert is an Android Library for easily implementing Material Swipe Actions in a RecyclerView. The design of the animations was based heavily around the Swipe Action Gestures demonstrated in the Material Interaction guidelines.
Download
Usage
A setup of Covert matching the demo takes three steps
- Set up your configuration - this is what tells Covert what to draw
- Build Covert by defining your listeners and attaching to your
RecyclerView
- Pass Covert to your adapter to apply your corner flags
Optimisations
Covert notifies the RecyclerView
that the current ViewHolder
has changed for each frame it draws. If the layout your using is complicated, this can sometimes drop frames and cause weird behaviour. To work around this, Covert triggers invalidations using a payload, which you can look for to skip a full rebind of your ViewHolder
:
Advanced Setup
Covert tries to make set up as easy as possible. It does however support more advanced setup: