Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about "setItemChecked" method #78

Open
dsirocchi opened this issue Jun 26, 2014 · 0 comments
Open

Question about "setItemChecked" method #78

dsirocchi opened this issue Jun 26, 2014 · 0 comments

Comments

@dsirocchi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant