Android Question Difficulties with CustomListView

red30

Well-Known Member
Licensed User
Longtime User
Please help me to make out how to work with CustomListView. I need a simple example with the notes how it works.
The idea is to unite examples https://www.b4x.com/android/forum/threads/xui-customlistview-with-floating-titles.87935/#content and https://www.b4x.com/android/forum/threads/expandable-list-based-on-customlistview.81445/#content.
I need "CustomListView with floating titles" in Title #AAA have items with CheckBox, EditText;
in Title #BBB to be the same as "Expandable list based on CustomListView";
in Title #ССС there will be a button, pushing which I could upload photos from a gallery and, moreover, they shoud be shown as tiny images below (the hardest for me).
Also I wanted to add an Activity.AddMenuItem in order to switch to Title #.
 
Top