Create tableview on the fly damned slow
Hi!
In my app i load ini data and create a own gui table view. I've 150 entries and it takes 7 seconds on windows to create the tableview with fastloop.
any idea how to optimize this?
(1. i check how many items are in the ini, start the fast loop x times)
on loop: create actives (background & graphics for every line) & active system boxes (main text and description), then i position them accordingly to there order number in the ini file.
this should work on mobile devices, but no one of my users will wait 7 seconds till the list is refreshed :(
any idea? thanks!
EDIT: It seems the reason is because i load data from the ini file while in the fastloop - that slows down from 0,5 to 7 seconds :(