AnimatedListView
AnimatedListView copied to clipboard
How to know the current position of item ?
` @Override public void bindObjectToView(Object object, View view) { }
` how to detect the current position ?
@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.