Display a nonlinear data structure such as a tree in Android View

I want to integrate the tree view in my application with a data structure as shown below.

My application data is dynamic that come from a SQLite database.

enter image description here

Any idea how I can achieve this?

+8
java android data-structures
source share

No one has answered this question yet.

See similar questions:

438
Java tree data structure?

or similar:

1207
Strange memory issue when loading image into Bitmap object
1002
Grid motion detection
908
Submit application with database
797
What are less known but useful data structures?
684
How to get crash data from my Android app?
652
What are the best practices for SQLite on Android?
583
How to transfer an object from one action to another on Android
507
Android: combining text and images on Button or ImageButton
438
Java tree data structure?
206
Tree data structure in C #

All Articles