cymcsg / UltimateRecyclerView

A RecyclerView(advanced and flexible version of ListView in Android) with refreshing,loading more,animation and many other features.
Apache License 2.0
7.22k stars 1.43k forks source link

Method to replace mRecyclerView.getChildLayoutPosition(view) #415

Open salveta opened 8 years ago

salveta commented 8 years ago

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!