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 ?
I came here from https://groups.google.com/forum/#!forum/android-developers
It said we can ask beginner questions here, but people seem to rather spend their precious time being mean. Is it really worth it ? If you know pls help me out. (A code example would be great, but any help would be appreciated)