From 4b376be8dfa2c78e6a658be6054227bf592f0241 Mon Sep 17 00:00:00 2001
From: Jon Eckenrode ListView attempts to reuse view objects in order to improve performance and
* avoid a lag in response to user scrolls. To take advantage of this feature, check if the
* {@code convertView} provided to {@code getView(...)} is null before creating or inflating a new
- * view object. See
- *
- * Making ListView Scrolling Smooth for more ways to ensure a smooth user experience.
To specify an action when a user clicks or taps on a single list item, see * -- cgit v1.2.3-59-g8ed1b