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

How to update particular row (NotifyDataSetChange) #53

Open
technicalhunt opened this issue Oct 23, 2020 · 1 comment
Open

How to update particular row (NotifyDataSetChange) #53

technicalhunt opened this issue Oct 23, 2020 · 1 comment

Comments

@technicalhunt
Copy link

I want to update a row in data like NotifyDataSetChange,

Currently, I am updating the complete list of data and loading on to listview but when I update some rows, the list is lagging.

@KnIfER
Copy link

KnIfER commented Nov 24, 2020

如果该行是不可见的,无需处理。如果该行是可见的,只需迭代所有子视图获得改行视图,然后重新绑定。

If the row is invisible, no processing is required. Else if the row is visible, just iterate all the subviews and get the view object, and then rebind the view.

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

2 participants