Before upgrading to B4A 8.0 my Searchview with a 15 item List took about 200ms,
after changing the DoEvent to Sleep(0), and the Return Type to
Public Sub SetItems(Items As List) As ResumableSub
it takes 7468ms. Any ideas on why this delay building the list?
after changing the DoEvent to Sleep(0), and the Return Type to
Public Sub SetItems(Items As List) As ResumableSub
it takes 7468ms. Any ideas on why this delay building the list?