Hello.
I am using the expandable list view example from this example: https://www.b4x.com/android/forum/threads/106148/#content
I am trying to understand how I can add another customlistview to the existing panels when an item when it is clicked. I might have 900+ elements and only want the information (in fact, ultimately and expandable list within within each item...eeek!) for each item that is clicked. I don't think this is quite the same as the lazy loading examples.
So basically it will be (I think) a custom list view with 900+ elements. When a user clicks on an element a new layout is loaded into the expanded view. (Then clicking on a "sub layout" will expand it to reveal a new layout labels/checkboxes)
I'm struggling to understand. Help!
I am using the expandable list view example from this example: https://www.b4x.com/android/forum/threads/106148/#content
I am trying to understand how I can add another customlistview to the existing panels when an item when it is clicked. I might have 900+ elements and only want the information (in fact, ultimately and expandable list within within each item...eeek!) for each item that is clicked. I don't think this is quite the same as the lazy loading examples.
So basically it will be (I think) a custom list view with 900+ elements. When a user clicks on an element a new layout is loaded into the expanded view. (Then clicking on a "sub layout" will expand it to reveal a new layout labels/checkboxes)
I'm struggling to understand. Help!