clayfish / torch

A simple android torch app
https://play.google.com/store/apps/details?id=in.clayfish.android.torch
MIT License
0 stars 0 forks source link

APK Size and app size #4

Open shuklaalok7 opened 8 years ago

shuklaalok7 commented 8 years ago

The demography we are catering is very size conscious because of the limited memory of their devices. Ideally our APK must be <1Mb and total memory taken by installed app must be <5Mb.

shuklaalok7 commented 8 years ago

This can be cut considerably by removing ads. I'll try removing ads, in one of the branches.

shuklaalok7 commented 8 years ago

Ok, the size halved from 12 Mb to 6 Mb after removing the ads but to get below 5 Mb size, we need to create separate APKs targeting separate Android versions. And after doing that we can probably keep the ads as well.

shuklaalok7 commented 8 years ago

Current APK v0.1.0(5) is 1.3 MB. It needs to go below 1 MB.