December 2011
1 post
Improving the Android ListView
I wanted to take a few minutes to talk about my experience using the ListView in Android. For my non-developer friends, the ListView is the widget that organizes information in an item by item structure that scrolls when necessary. It’s used to implement your contacts list, among many other views in Android.
I’ll often refer to the ListView as the most important widget in the...