Hi,
I need to speed up my CustomListView.
This is the code of the ListView:
B4X:
Sub OpdrachtOverzicht(row As Int)
Log(1&"-"&DateTime.Time(DateTime.Now))
OpdrachtIDList.Clear
OpdrachtTable.Clear
OpdrachtTable.AsView.Visible=True
Main.SQL1.BeginTransaction
Dim...