[android-developers] Re: Invalidates the TabView

2009-02-26 Thread Mark Murphy
ericsk wrote: > Hi, > > I have a problem on TabActivity's invalidation. > There're few tabs in my TabActivity, and each tab binds a ListView. > Each Listview binds an ArrayAdapter that bound an ArrayList. > > While the TabChanged ( in onTabChanged handler ), I modify an > ArrayList with a thread

[android-developers] Re: Invalidates the TabView

2009-02-25 Thread for android
you need to use notifyDataChanged on the list. On Wed, Feb 25, 2009 at 12:57 PM, ericsk wrote: > > Hi, > > I have a problem on TabActivity's invalidation. > There're few tabs in my TabActivity, and each tab binds a ListView. > Each Listview binds an ArrayAdapter that bound an ArrayList. > > Whil