A very common UI paradigm in mobile development is the scrolling list of items.  You have all seen it: flick your finger up and down and the data scrolls by, touch an item and drill down into the details for the touched item.  Here are a couple of examples from our Falafel 2 Go app:

                                                  

You can probably imagine this is a critical performance area for a resource constrained mobile device: there could be many ...