saex wrote:
> well, i finally did it with TextView v = (TextView)el.findViewById(idx);
>
> and setId instead of setTag
>
> i think this is fastest than the for, what do you think?
>
>

now that you are properly using convertView in your adapter, try to
call good old notifyDataSetChanged instead of iterating over the
children and calling getChildView

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