tags:

views:

32

answers:

1

Hi,

Is there any way to notify ListAdapter? Because i need to load Tab content data when user click in that Tab.

Thanks
Chandana

+1  A: 

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

listAdapter.notifyDataSetChanged();
xil3
Can you give me a small example.
Chandana