Hi.
I am developing an app to show data and i have an array with 380 records. but when i try to print the array using some images and texts, it happens really slow. how can i improve the performance?
the array is something like this:
partido[i] = { eq\_local = locales, eq\_visitante = visitantes, resul\_local = resultado\_local, resul\_visit = resultado\_visitante, fecha = string.sub(fecha\_total, 1, 10), hora = string.sub(fecha\_total, 12, 19), estado = estado\_partido }