Hi guys,
I’m building my first app using Corona SDK. It’s a simple app where each time the user shakes their device, a random image fills the screen, coupled with an accompanying sound and message box overlay.
There will be 20 different full-screen images and 20 brief 1-3 second sounds, plus the 20 message boxes, which are each also image files.
Estimating my total file size I get:
20 full-screen images saved as 1242x2208 .jpg files = 15MB
20 sound files = 15MB
20 message box overlay images = 500KB
Total file size would be around 30.5MB.
Would that be too much to preload? I’d like the transitions between images to be snappy. I’m targeting iPhone 6 Plus/6/5 users but would also like to build with mid-high end Android devices in mind.
Thank you,
Chad