Is there any way to notify ListAdapter? Because i need to load Tab content data when user click in th开发者_StackOverflow中文版at Tab.
Thanks
ChandanaIf I understand what you're asking correctly, you can do it like this:
listAdapter.notifyDataSetChanged();
精彩评论