I converted the TreeView which was shared here http://www.b4x.com/forum/basic4android-share-your-creations/8824-treeview.html#post49098 long ago, to work with Node as a class, and here is the result.
It is built with a main activity which just calls the Tree activity, wherethe scroll view is created and the management of the tree takes place.
Tree activity is creating nodes, in this example as file manager, but this can be changed easily to any other database.
Have fun !
Edit: see version 2 here http://www.b4x.com/forum/additional...lass-treeview-class-tree-node.html#post109757
It is built with a main activity which just calls the Tree activity, wherethe scroll view is created and the management of the tree takes place.
Tree activity is creating nodes, in this example as file manager, but this can be changed easily to any other database.
Have fun !
Edit: see version 2 here http://www.b4x.com/forum/additional...lass-treeview-class-tree-node.html#post109757
Attachments
Last edited: