Reputation: 59
I want to reduce the size of my app. It's a recipe app and relies heavily on images. I have over 50 images with total size 2.8MB. The entire app size is 14MB.
I have individual .java and .xml files for each of the 50 recipes. Is there a way to just use one file for all the recipes and call each image from a single file whenever an item is pressed?
Upvotes: 1
Views: 197
Reputation: 2853
There are a lot of different ways to reduce the size of the app. It heavily depends on your needs an requirements.
You said the images only consume about 3mb so take a look at point 5,3 and 2.
Upvotes: 2