500 Images @ 20MB - Bundle With App or Lazy Load Over HTTP?

One feature of our app is going to be a photo gallery. Would you bundle all of the images into the app if they come in at around 20MB, or would you lazy load them over HTTP while the user is browsing the gallery?

Thanks [import]uid: 4621 topic_id: 556 reply_id: 300556[/import]

Up to you. 20MB is not that much and Apple looks like they just raise the limit for over the air downloads to 20MB.

Also, consider that many users are still on edge network so there will be latency when downloading the images, even on 3G or Wifi, there will always be latency.

C [import]uid: 24 topic_id: 556 reply_id: 1090[/import]

Good stuff, thanks, Carlos. I’ll put them in the app. [import]uid: 4621 topic_id: 556 reply_id: 1092[/import]

How would you download a file anyway? Or are you talking about using a web browser to view the images?

Gary [import]uid: 4523 topic_id: 556 reply_id: 1200[/import]

Gary my first thought was to use this: “A new “WebPopup” feature, for displaying any local or remote HTML content as an overlay on the Corona screen.”. [import]uid: 4621 topic_id: 556 reply_id: 1216[/import]