UltimateRecyclerView
UltimateRecyclerView copied to clipboard
Method to replace mRecyclerView.getChildLayoutPosition(view)
I'm using the library UltimateRecyclerView
In Recyclerview I can do this call with RecyclerView:
mRecyclerView.getChildLayoutPosition(view)
But in the library this method it doesn't exist.
How can I do the same using the library??
Some help will be apreciate!