victormedranop Well-Known Member Licensed User Longtime User Aug 28, 2017 #1 I'm trying many different way to do an listview. I have more than 1309 records. but's is to slow it's has power but not load data async. have to way to complete de process to display de data. someone have a solution for this ? or another library ? thanks. Victor
I'm trying many different way to do an listview. I have more than 1309 records. but's is to slow it's has power but not load data async. have to way to complete de process to display de data. someone have a solution for this ? or another library ? thanks. Victor
fixit30 Active Member Licensed User Longtime User Aug 28, 2017 #2 It is not free, but it is an excellent library! https://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/ Upvote 0
It is not free, but it is an excellent library! https://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/
Erel B4X founder Staff member Licensed User Longtime User Aug 29, 2017 #3 Another option is to load the first 100 items and add more items when the ReachEnd event is raised. Upvote 0