I would like make a new library for a Treeview like this http://www.b4x.com/forum/basic4android-share-your-creations/8824-treeview.html#post49098 but with my knowledge at this time it seems an enormous effort (I can't even make the seekbar example run...).
So may be someone can build for me the framework with the main building block and I'll be able to continue.
The main building block of the treeview is an object which is a panel with two imageviews and a label. The library should be built with a scrollview, on which several objects of the above type will be mounted.
The combined panel should have two events - one is a click on the first imageview, the other a click on the label. Two tags are required as well to be able to attach data to the object.
Thanks !
So may be someone can build for me the framework with the main building block and I'll be able to continue.
The main building block of the treeview is an object which is a panel with two imageviews and a label. The library should be built with a scrollview, on which several objects of the above type will be mounted.
The combined panel should have two events - one is a click on the first imageview, the other a click on the label. Two tags are required as well to be able to attach data to the object.
Thanks !