I understand that. But how do I get the listview individual row view?
I didn't dind any way to get handle or any other access to it. If I
had the row view handle I can use it's findViewById tyo get particular
row's item I want to update. The only way I see is to call adaptor's
notifyDataSetChanged() which causes ALL listview items and ALL
elements in each listview item to be updated.

On Jan 22, 2:15 am, Guillaume <[email protected]> wrote:
> Hi ls02,
>
> It depends how you created the text view.
> You can use the method setText(string) on the text view, and the
> method setBitmap(bitmap) on the image view.
>
> Guillaume
>
> On Jan 22, 8:07 am, ls02 <[email protected]> wrote:
>
>
>
> > I am new to Android. Can someone show to me how do I force invalidate
> > a portion of an item in listview? I have listview row item that
> > contains textview and image view. I only want to invalidate text in
> > the textview of a particular item in the listview.- Hide quoted text -
>
> - Show quoted text -

-- 
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