I’m working on an app that incorporates a search mechanic that pulls records from a database and spits them out into a scrollview. Just one text element per record, though it may end up a couple of images per record too, used as buttons.
It’s entirely possible though that we’re going to end up with tens of thousands of records in this database and I’m wondering if this is going to be an issue. Does Corona impose any kind of limitations as to how long the scrollview can get, or how many display objects it can contain? Or am I going to need to factor in the amount of memory available on the device?
If I need to work in a pagination system then sobeit, but I’m hoping scrollviews just handle off-screen culling automagically and I can be lazy with this part…?


