[Solved] How to speedup table population?
Hello,
I've tried on real device and on the emulator to populate a table with two columns.
To fill 477 rows, it takes 7 seconds.
I use: table.AddRow (value1, value2)
There is a way to speedup the process or this is the normal speed of populating function?
There is some trick (i.e. hide the table before the population process) to give me more speed?
Thanks to this great forum!
Hello,
I've tried on real device and on the emulator to populate a table with two columns.
To fill 477 rows, it takes 7 seconds.
I use: table.AddRow (value1, value2)
There is a way to speedup the process or this is the normal speed of populating function?
There is some trick (i.e. hide the table before the population process) to give me more speed?
Thanks to this great forum!
Last edited: