Small is Beautiful - but how?

I’ve been checking out the Barnes & Noble app store and boy do their apps have small meg sizes. One up there is 50 pages and comes in under 3 meg.

How do they do that?

Maybe they store the rest of the app on their server and just put a loader page on the store?

Any thoughts?

[import]uid: 94653 topic_id: 26438 reply_id: 326438[/import]

That is a possibility

Key points:

  1. Png crush: http://pmt.sourceforge.net/pngcrush/ Corona does this for you on built versions though (to a degree)

  2. Only include assets in your projects folder that you are actually using (when making a build make sure you have no psd files etc in your projects directory

[import]uid: 84637 topic_id: 26438 reply_id: 107286[/import]