What's the smartest way to build a list MENU (not necessarily dynamically ...) with ListActivity? The simple purpose would be to define a couple of list view items which start activities when they are being clicked, something like a table of content of my program.
I know, this looks like a very simple task - but unfortunatelly, I couldn't find any straight-forward sample for this.
Thanks a bunch!
boris



