Native: Listview slow when we have more then 30-40 objects in the list

0
Hi, Do other projects also experience slow behavior when the default list widget in a Native app containts more objects? I know the loading (load more) is done automatically for you when list is scrolled to the bottom but I still have to configure the amount of object to show max. as a property of the listview. This works different in Web because then Mendix uses paging ( load more function with the amount a configure in the listview). Is this something Mendix have to fix? See https://github.com/mendix/docs/pull/2212 Or would your advise to build my own logic (with a nanoflow) to retrieve more objects and do this is in small parts of 10 for example?
asked
0 answers