Sunday, 10 January 2016

XML : How to generate a items in a listview from an array?

Let's say I have a listview with the id 'stringList', and an array called 'stringListContents'. How would I populate the listview from the array with index 0 being first obviously, and the list ending at array.getLength?

No comments:

Post a Comment