Hello all,
I am working on a project that requires ListView navigation. Can anyone help me find an easy way of achieving this? My navigational needs require 3 tiers of navigation.
Main
|
|---- Second
| |
| |---- Third
|
|---- Second
| |
| |---- Third
This navigation needs to be able to flow. I need a way to go from the main into the second, and from the second back to the first. Then, when in the second level, go into the third, and from the third, go back to the second.
Also, the third level is going to then display a view that has information written inside of it.
This is a reference application, and the navigation is nothing more than book, chapter, section.
I want to be able to allow my users to navigate down to individual sections of the book that they need to view.
Any help would be appreciated.

