Hello all,
Forgive what may be a simple question here, but:
how do I programatically populate a ListView with text? I have an array of strings i'd like to appear in a ListView, as if I'd used the entries key in the ListView XML, but i would like to do this from the code.
How do I do this? I've read the file browser tutorials but I'm still drawing a blank.



That said, ListView and Adapter are exactly where my confusion is - I don't know how they relate to eachother, and it seems like things are mostly done by subclassing Adapter. Do I have to subclass Adapter just to make a class to display strings, or is there some standard way of doing this?