I need to do something related to user interface and am considering my options. I have a vague memory of seeing an xCustomListView example with sticky headers in it, but I can't seem to find it.
Title items are added to the list. A Panel is set above the list. The panel shows the current title when the top visible item is not a title item. It works by checking for the top item type. If it is a title item then the panel is hidden, otherwise the panel is shown with the current title...
New CLVHeader class replaces this implementation: https://www.b4x.com/android/forum/threads/b4x-clvheader-add-a-nice-animated-header-to-xcustomlistview.105343/ This is a slightly modified version of xCustomListView. It adds a header. The header becomes shorter when the user scrolls down...