I am developing an app which has a lot of images to work on due to which the size of my app has become very large. I want to compress or something like that to reduce the size of app. Any idea?
|
If the size of your application is to high to be published on the market, you'll need to ship your app without the images and load them from the internet to the phones SD-card when the app is first started. |
|||
|
|
|
Do you use 9-patches for backgrounds? Also you can use imagemagick or anything similar to compress a batch or images. |
|||||
|
|
|||
|
|
|
Use pngquant or posterizer to reduce size of PNG images (these tools are lossy, but give significant savings). You can also optimize them with PNGOUT, which is one of the best lossless optimizers. I've written Mac GUI for those. |
|||
|
|