saex wrote:
> OK, Sorry guys, now i understand you
>
> I tryed using your answers to get the solution but it doesn't works by now,
> i don't know what i'm doing wrong
>
> This is the code now (this code is on the handler that is being called each
> second from a thread). el is the expandableListView and mAdapter is the
> adapter for the expandableListView
>
> TextView tv = (TextView) mAdapter.getChildView(1, 0, true,
> (TextView)el.getChildAt(1),  el);
>  tv.setText("My New Text");
>
> The child is not changing, so something is going wrong... :/
>
>
>

what adapter are you extending?

pskink

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to