ConvertView is used. What else to optimize?
Profile the part that is slow is a great answer.
--
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
Are you using the convert view parameter and getTag() with a
viewHolder or are you creating the elements in the list from scratch
each time?
Using the convert view reduces GC and removes the time to create new
objects for each row.
See this for an explanation:
http://logc.at/2011/10/10/handling-
2 matches
Mail list logo