Hello there Erel and rest of you good people.
I want to create an expandable list as shown in the example here :
www.b4x.com
I've built the text file in vb6 , author's name starts with '###' followed by list of books. (Pretty big file, 2.5 mb)
my data txt file looks like this :
where the author's name in the main title and the list of books will show in the expandable list.
(each book has to be clickable for action,of course)
a good starting example of code from those of you who can make it in a minute
will be very and greatly appreciated
I want to create an expandable list as shown in the example here :
[B4X] CLVExpandable - Allows expanding or collapsing xCustomListView items
This class replaces the custom CustomListView module (https://www.b4x.com/android/forum/threads/b4x-xui-expandable-list-based-on-xcustomlistview.86449/). It works with the standard xCustomListView library. It is compatible with B4A, B4i and B4J. Instructions: An expandable item layout should...

I've built the text file in vb6 , author's name starts with '###' followed by list of books. (Pretty big file, 2.5 mb)
my data txt file looks like this :
data.txt:
<!start>
###William Shakespeare
Hamlet
Othello
King Lear
Macbeth
###Ernest Hemingway
The Sun Also Rises
A Clean Well Lighted Place
The Torrents of Spring
An Alpine Idyll
###Agatha Christie
The Murder on the Links
The Big Four
Black Coffee
Cards on the Table
<!end>
where the author's name in the main title and the list of books will show in the expandable list.
(each book has to be clickable for action,of course)
a good starting example of code from those of you who can make it in a minute
will be very and greatly appreciated
Last edited: