Re: [android-developers] Re: Problem optimizing views for having a fast scroll
On Tue, Jul 3, 2012 at 8:37 AM, Daniel Drozdzewski
<daniel.drozdzewski@gmail.com> 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.
--
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 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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home