I've tried searching here and the internet and can't find any good tutorial on how to use a listview to start a new activity, or load a web page.
What I'm trying to create is a tech bulliten app for me an my co-workers that will have a list populated by all of the vechicle manufacturers. When you click on the manufacturer, I would like another list to appear containing all the bulletins and tips, then when one of those are selected it would bring you to a new file containing the information, or a webpage (using a webview i would assume) for larger bulletins with pictures.
all the tutorials on listviews i could find just show you how to repass the string into a toast. I would like to know how to point each item to a specific place.
Or maybe someone has a tutorial on a better way to do this, I'm open to other suggestions as well.
Thanks in adavance

