Improving Scroll Smoothness in an Android ListView
问题 I have a an Android ListView that has small (say, 1-5 frame) stutters as it is scrolling, about every second or so. I realize that many Android phones have these problems with animation smoothness, however, on my phone (Motorola A855 running Android 2.2), the native contact list scrolls quite smoothly. The item view in the contact list is more complex than the item view in my list, which is: <RelativeLayout> <TextView /> <TextView /> </RelativeLayout> I only want to achieve smoothness as good