vcalvello / SwipeToAction

*** WARNING: This library is no longer maintained *** An easy way to add a simple 'swipe-and-do-something' behavior to your `RecyclerView` items. Just like in Gmail or Inbox apps.
219 stars 45 forks source link

How to get postion of click item #12

Open rajscet opened 7 years ago

rajscet commented 7 years ago

@Override public void onClick(VisitList itemData) { }

where i can get clicked position?