You need to change the data in the adapter, and then call
notifyDataSetChanged() on the adapter.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Apr 22, 2012 at 9:51 AM, Jbassking <[email protected]>wrote:

> I have a ListView with a custom adapter. The adapter uses a custom
> object for it's data. I have a TextView that needs to be updated every
> few seconds using a timer so I added a Timer to my custom object and
> it sets the text on the TextView. The problem is that is TextView
> never reflects the change in the ListView.
>
> I was thinking I had to call some type of notify on the listview or
> adapter telling it to refresh that TextView.
>
> Any ideas?
>
> Thanks,
> Joe
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to