microbox Active Member Licensed User Longtime User Jul 10, 2019 #1 Hi everyone, I'm using the B4XDrawer - Sliding drawer with listview(https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/) on my application. Then I realized I needed to use the xCustomListview (https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/)replacing the listview on the drawer side. Can anyone share the code/link how to combine them? I appreciate any help. Best Regards, microbox
Hi everyone, I'm using the B4XDrawer - Sliding drawer with listview(https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/) on my application. Then I realized I needed to use the xCustomListview (https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/)replacing the listview on the drawer side. Can anyone share the code/link how to combine them? I appreciate any help. Best Regards, microbox
Erel B4X founder Staff member Licensed User Longtime User Jul 10, 2019 #2 ListView was just added as an example. You can put any view you like inside B4XDrawer. Just add xCLV to the "left" layout file. Upvote 0
ListView was just added as an example. You can put any view you like inside B4XDrawer. Just add xCLV to the "left" layout file.
microbox Active Member Licensed User Longtime User Jul 10, 2019 #3 Erel said: ListView was just added as an example. You can put any view you like inside B4XDrawer. Just add xCLV to the "left" layout file. Click to expand... Thanks Erel...I will try it out. Upvote 0
Erel said: ListView was just added as an example. You can put any view you like inside B4XDrawer. Just add xCLV to the "left" layout file. Click to expand... Thanks Erel...I will try it out.