I don't think that's the problem, unfortunately. Cause even if I set static texts to the TextViews it still scrolls very very slow. These operations does not affect the performance.
On Mar 27, 9:05 pm, Paul Turchenko <[email protected]> wrote: > Well, it's obvious that these 2 methods are blocking your UI thread > which makes it starve: > 1. i.getShortDescription() > 2. Utils.getTimeLeft(i.getEndDate()) > > If you'd explain in more details what these methods do, perhaps there > could be come kind of solution to your problem. > > On Mar 27, 5:52 pm, jw <[email protected]> wrote: > > > I can add that I've also tried the ViewWrapper pattern without any > > performance difference. -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

