I need to display 5 lines of summary data at the bottom of a listview. I created a footer and tried:
label1.text+num.toString() footer.add(label1) // repeat for 5 labels listview.add(footer)
where the five labels were fixed length strings, but no go, still off kilter. I've read some posts about tableviews, is this what I need?