AnimatedListView icon indicating copy to clipboard operation
AnimatedListView copied to clipboard

How to know the current position of item ?

Open Abdelsattar opened this issue 9 years ago • 1 comments

` @Override public void bindObjectToView(Object object, View view) { }

` how to detect the current position ?

Abdelsattar avatar Oct 09 '16 19:10 Abdelsattar

@abdelsattar currently there is no way, it would be good to add an overloaded version of that method that also provides an int position.

I'll try to find some time to implement this, but PRs are welcome if you'd like to add it yourself.

KyleBanks avatar Oct 11 '16 01:10 KyleBanks