[android-developers] Re: UI performance is slow on large screen tablet

2012-05-31 Thread dara kok
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

[android-developers] Re: UI performance is slow on large screen tablet

2012-05-30 Thread David Ross
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-