Thanks for responding!! It seems like I had a hard time conveying what I want to do. Basically I want to have multilevel listviews. I have only got it where I can embed one list view in a list view. Do you know of any good tutorials that show how to do this? This is basically a reference guide to a bunch of pharmacological drugs. It is all arranged in different categories by different pharmacology types. So if you look at the graph, every node is going to be a list view, but the children at all the drugs which will have a description of the drugs. I attached a couple pics of how the app look like so you have a better idea of what I am trying to do. Sorry if my terminology is off. But the issue I have right now i that I can only go down 3 nodes deep. If you could point me in the correct direction of how to get a correct data structure set up, or can point me to great tutorials on this, that would be awesome. Thanks
On Thursday, January 21, 2016 at 11:42:08 PM UTC-8, Matt Fach wrote: > > > <https://lh3.googleusercontent.com/-Ld7RVTqIIQA/VqHcVfK-uQI/AAAAAAAAAR8/YK82OfornnQ/s1600/Graph_10.jpg> > > > <https://lh3.googleusercontent.com/-Ld7RVTqIIQA/VqHcVfK-uQI/AAAAAAAAAR8/YK82OfornnQ/s1600/Graph_10.jpg> > Hello everyone. > > I am trying to make embedded list views. Anyone know of any good > tutorials around? I can't find a single youtube video on this or even an > article written on how to do this. I have a very large graph with a bunch > of nodes that I wannt turn into a navigational interface with listviews. > Attatched is a picture of what I want to turn into an android app. The > very bottom nodes all the children will all be fragmented activities. > So I basically want to do this > > -ListView > --ListView > ---ListView > ----ListView > -----Activity > -----Activity > ----ListView > -----Activity > -----Activity > ....ect... > I was thinking of putting all the data in a JSON file and parsing that > into listviews? But then again, I have no idea how to do this. > Any help would be great. > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/fd44d702-4903-4d14-9b61-31334a44eedd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

