On 3 July 2012 13:40, Mark Murphy <[email protected]> wrote:

> On Tue, Jul 3, 2012 at 8:37 AM, Daniel Drozdzewski
> <[email protected]> wrote:
> > See Mark's comment. If you can get away with one View. If however each of
> > those times is clickable, then just set max number of TextViews in each
> list
> > element, as simply removing unused ones by calling
> setVisibility(INVISIBLE)
> > on each one.
>
> Or, conceivably, use a URLSpan for the clickable ones.
>
>
Indeed! - much better choice and View hierarchy becomes much smaller, which
is what performance needs.



> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> _The Busy Coder's Guide to Android Development_ Version 3.7 Available!
>
> --
> 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
>



-- 
Daniel Drozdzewski

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