Bruno_
11/04/2019, 6:31 PMadd
to ModelList
reloads the view, no? Because of that while the items are being loaded the app lags quite a lot, do I have to implement something like a pagination myself or is there a way to optimize such thing out of the box?Luca Nicoletti
11/04/2019, 6:32 PMLeland Richardson [G]
11/04/2019, 6:32 PMBruno_
11/04/2019, 6:32 PMLuca Nicoletti
11/04/2019, 6:32 PM.addAll()
instead of add()
every item, is the composition re-triggered on every element?Bruno_
11/04/2019, 6:34 PMLeland Richardson [G]
11/04/2019, 6:39 PMRyan Mentley
11/04/2019, 9:19 PM