Hi,
Is there any way to notify ListAdapter? Because i need to load Tab content data when user click in that Tab.
Thanks
Chandana
Hi,
Is there any way to notify ListAdapter? Because i need to load Tab content data when user click in that Tab.
Thanks
Chandana
If I understand what you're asking correctly, you can do it like this:
listAdapter.notifyDataSetChanged();