开发者

How to notify ListAdapter

开发者 https://www.devze.com 2023-01-05 21:09 出处:网络
Is there any way to notify ListAdapter? Because i need to load Tab content data when user click in th开发者_StackOverflow中文版at Tab.

Is there any way to notify ListAdapter? Because i need to load Tab content data when user click in th开发者_StackOverflow中文版at Tab.

Thanks

Chandana


If I understand what you're asking correctly, you can do it like this:

listAdapter.notifyDataSetChanged();
0

精彩评论

暂无评论...
验证码 换一张
取 消