> I'm trying to use a ListView but can't get it to work. Is there any > good example? > I get some data from the web and then want to parse it into the > ListView. The way I tried it was with a custom written ArrayAdapter > but I then get some rendering issues, for example no data is shown and > when I start to scroll the data is filled in in some rows but the not > the data belonging it that row and that kind of stuf. Any good example > or ideas to help me going?
Here is an excerpt from one of my books that discusses the process: http://commonsware.com/Android/excerpt.pdf -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

