Tableviews in Corona depresses me.
Scrolling tableviews with images have lots of micro stuttering. it’s not a smooth scroll experience like I see on other native apps. I’ve one of the fastest android smartphones on the planet and when i scroll tableviews it looks like an old zx spectrum (good old days)
The only way I can do smooth scrolls is caching images first on memory then scrolling them. but this is a limit option since memory is limited. in large lists won’t work.
I think the problem is, since tableviews remove rows and create rows that are not beeing showed (a good approach), removing and creating images is just to intensive cpu use, for having a smooth scroll on Corona.
So my question is, is it possible to have tableview scroll experience flawless like native apps?
I could create myself a “lite” version of a tableview, but i think the result would be the same, because of the “create”, “delete” images intensive cpu use.
anyone like me out there that likes smooth apps resolved this problem?
Corona is doing anything to speed their code? (if that is possible, ofc)
Regards,
Carlos.