TonicArtos / StickyGridHeaders

This project has been superseded by SuperSLiM, a layout manager for RecyclerView. I strongly recommend using SuperSLiM and not StickyGridHeaders.
http://tonicartos.com
Apache License 2.0
1.47k stars 441 forks source link

How to get last dragged position in OnTouchedListener when drag-to-select multiple photos? #123

Closed b-e-e closed 6 years ago

b-e-e commented 8 years ago

Hi, I really need the advice from you about how to implementing a drag-to-select multiple photos function. I have an OnTouchedListener and I am able to get the first touched position, but not the last finger dragging position. pointToPosition(x,y) gives me position include header and blanks, but I only need the "filtered"/ child only position, can you please help on this? Thank you very much!!