Bastian Müller
Bastian Müller
This is great, thanks a lot! This pull request fixed a lot of issues we had: cells not being reused, reload when long-pressing items, etc. Please merge this request. :+1:
This comment was directed to the maintainer, i.e., he should merge your pull request, as it fixes a lot of bugs. You don't need to do anything.
However, now I see the view jumping to the top or somehow reloading all items when scrolling fast down. After this initial jump scrolling works fine. What could cause this?
I just switched over to your fork and made the adapter return true in `hasStableIds` and set a button as the header. When scrolling down it doesn't jump to the...
Thanks for the help! I just created a small demo adapter which returns fixed size views, and `getCount` returning a fixed number. An initial `notifyDataSetChanged` loads the data and everything...
Well, I actually want to add new data when reaching the end of the view, but it should also work in that case. Thanks anyway! On 2 Dec 2013, at...