We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello, I'm trying to make search function for this view. But I can't call notifyDataSetChanged() to update the search/filtered data.
The text was updated successfully, but these errors were encountered:
hi!这个不是适配器里面的吗?应该很简单解决这个问题呀!
Sorry, something went wrong.
Hi, try to call the notifyDataSetChanged method on the view pager adapter.
最基本方法可以用adapter.notifyDataSetChanged()
Thanks guys, I did try to fix it by re-populating the adapter. I will try to call notifyDataSetChanged() in the adapter next time 👍
No branches or pull requests
Hello, I'm trying to make search function for this view. But I can't call notifyDataSetChanged() to update the search/filtered data.
The text was updated successfully, but these errors were encountered: