T Tsanguu New Member Licensed User Longtime User Jan 25, 2018 #1 Hi, is there a way to create a grouped List view as shown in the screenshot? Help me on how to go about it. I would also like to have a custom listview with group titles. Is it possible? Any tutorial, please share the link if it has already been done. Thanks
Hi, is there a way to create a grouped List view as shown in the screenshot? Help me on how to go about it. I would also like to have a custom listview with group titles. Is it possible? Any tutorial, please share the link if it has already been done. Thanks
asales Expert Licensed User Longtime User Jan 25, 2018 #2 This example is based in CustomListView: https://www.b4x.com/android/forum/threads/customlistview-a-flexible-list-based-on-scrollview.19567/ See xCustomListView too: https://www.b4x.com/android/forum/t...listview-cross-platform-customlistview.84501/ You need improve it. Attachments CustomListViewHeaderExample.zip 9.7 KB · Views: 687 Upvote 0
This example is based in CustomListView: https://www.b4x.com/android/forum/threads/customlistview-a-flexible-list-based-on-scrollview.19567/ See xCustomListView too: https://www.b4x.com/android/forum/t...listview-cross-platform-customlistview.84501/ You need improve it.
Erel B4X founder Staff member Licensed User Longtime User Jan 25, 2018 #3 Example with a floating header: https://www.b4x.com/android/forum/threads/xui-customlistview-with-floating-titles.87935/#content Upvote 0
Example with a floating header: https://www.b4x.com/android/forum/threads/xui-customlistview-with-floating-titles.87935/#content