LarsWerkman / QuickReturnListView

A implementation of Roman Nurik's and Nick Butcher's Quick Return UI patern for a listview.
Apache License 2.0
698 stars 187 forks source link

array index out of bounds on my listview when new list items are added.. #17

Open oianmol opened 10 years ago

oianmol commented 10 years ago

what should i change in my code?

ghost commented 10 years ago

I am having the same issue.

AlexeyFreelancer commented 10 years ago

I also have the same issue. I very hope @LarsWerkman can help us resolve this issue.

ghost commented 10 years ago

This is the fix! There are parts of this library that are very poorly written.

https://github.com/LarsWerkman/QuickReturnListView/issues/8#issuecomment-24748156

AlexeyFreelancer commented 10 years ago

@AggieDev I added this fix, but it doesn't work good (but without exception). When I scroll down sometimes appears Quick Return bar. Also list scrolls not smoothly. And other issues :) Is it work for you? Note: I use refactored version - https://gist.github.com/frankiesardo/5161734

ghost commented 10 years ago

I wish I knew about the refactored version before implementing this one! Yeah it works great for me now