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. 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.
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. 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.