On Dec 16, 11:40 pm, Dirk Vranckaert <[email protected]> wrote:
> I'm trying to use a ListView but can't get it to work. Is there any > good example? Actually, the Android samples that are available on the Android developer web site contain a number of good examples. In using a List view, there's a trade off between simplicity and performance. You'll see examples with ViewHolders that give you better performance but are harder to grasp. I suggest you take a very simple example and get that to work, then improve it by adding better performance. -- 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

