Okay, so I have an app with a few tutorials.(around 20) (Each tut is just some text filled in an activity screen)
I want to create a button on the main menu, that points to a listview activity containing the names of all the tutorial's activities - alphabetically.
Not perfect navigation, I know. But I think it's the best quick and easy solution till I learn more.
Here's the problem: I just want to say find out which listview item was clicked, and put a normal onclick() which opens up the corresponding tutorial activity.
How exactly do I set up the listview ? I know how the normal onclick works... but how to do it with a listview item ?