Friday, February 1, 2013

Re: [android-developers] Efficient way to update one of the childs of a ExpandableListView group?

saex wrote:
> What? where should i put that view? i dont understand you...
>
> the objective is to update one item instead of rebuilding the entire
> {expandable} list view.
>
> So... what should i do with that view? how can i make that view to be
> refreshed when i want?
>
>

its simple: if your child view (I assume you can somehow get child
view as you said) is for example TextView simply call setText()

pskink

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment