sephiroth74/HorizontalVariableListView

Question about "setItemChecked" method

Opened this issue · 0 comments

Hi,
I have a question about the "setItemChecked" method found in AbsHListView.java.

I've noticed that, if I call that function, the entire list of items get reloaded: this is a problem for me because I have a lot of images inside the list.

Now, with some debug, I saw that inside the "setItemChecked" method there is a flag that is set to true: mDataChanged = true; and this is, I think, what is causing the total refresh of the list.

I'm saying something wrong or is that an unwanted behavior ?

Anyway thanks alot for your work, it's really well written.

Regards.