B4J Question DraggableView class

redoctober57

New Member
I’m new to B4X. I try to test a simple program with a draggable ImageView.

Searching the forum for templates, I found the following:
1. (https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/#content)
Example of draggable view class (by Erel) which instantiate "Dim dv1, dv2, dv3 As DraggableView"
2. Since I don’t see DraggableView listed in my B4J “Add View”, I assume it’s a custom view from a library
3. In this thread: https://www.b4x.com/android/forum/threads/library-download.123081/
Erel mentions that the adt’l libraries can be downloaded from https://www.b4x.com/android/forum/forums/additional-libraries-classes-and-official-updates.29/
4. …which leads me to “B4X Libraries Index” https://www.b4x.com/android/forum/threads/b4x-libraries-index.127418/
5. …then B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView https://www.b4x.com/android/forum/t...mlistview-cross-platform-customlistview.84501
6. …and Android Tutorial [B4X] [XUI] Expandable list based on xCustomListView https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/

Up to this point, I still can’t find the adt’l library. Much appreciation if someone can point out to me what I missed & where to find the library which supports the DraggableView class.
 
Top