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
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
2 matches
Mail list logo