janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 367 forks source link

Count of remove and accepted swipes #138

Open ajeett1 opened 6 years ago

ajeett1 commented 6 years ago

Hello, I have a query... How can we get the total count of removed and accepted cards

huynguyenwork86 commented 6 years ago

onSwipedOut is called when a card is swiped out onSwipeIn is called when a card is swiped in Use them to count.