OpenCalc
OpenCalc copied to clipboard
Release to PlayStore
and become the best alternative to proprietary GoogleCalc.
Either that Or reduce the app size by offering
- SplitAPKs Support
- Specific Arch Support
I've just done a quick basic test about generating multiple APKs by dpi/arch, and apparently it doesn't make a big difference for this project, about 0.1MB less only But there are probably some other optimizations I don't know
If that's the case then I guess google calculator is coded in java instead of kotlin. Don't know any other ways they managed to keep it below 3MB. If this app reaches below 4MB, that is enough of a milestone.
If that's the case then I guess google calculator is coded in java instead of kotlin. Don't know any other ways they managed to keep it below 3MB.
The google calculator takes 8.5mo on my Google Pixel 6 (OpenCalc takes 5.8mo)
If that's the case then I guess google calculator is coded in java instead of kotlin. Don't know any other ways they managed to keep it below 3MB. If this app reaches below 4MB, that is enough of a milestone.
Why is the app being above 4MB an issue?
Why is the app being above 4MB an issue?
It's not about space constraints. It's about minimizing the unnecessary graphical elements & codebase, while not affecting the core operation. Devs should always thrive for efficient project build, no matter how small & reasonable they are.
I'm working on the release on the Google play store
OpenCalc is available on the Play Store ! https://play.google.com/store/apps/details?id=com.darkempire78.opencalculator
Please add the github repo link in the app description.