开发者

How to notify ListAdapter

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜