HACKER Q&A
📣 akasakahakada

Why every Android app is at least 100MB in size?


How can they be so bloated? Even dictionary app can go beyond 50MB is unbelievable. What are they doing with that? Is Call of Duty embedded in the source code?


  👤 1970-01-01 Accepted Answer ✓
Try F-Droid. Very small and lightweight stuff, and they are all open source.

https://f-droid.org/en/packages/io.github.saveastxt/


👤 muzani
Most of it is usually just images. Sometimes designers release them as SVG, but the image is embedded into the file, sort of like a rar in a zip file.

Modern design doesn't really care for size either. There's a reason we did flat design in the past - we'd have fine control over how to stretch a button. Now we have things like glows, animations, 3D stuff, which doesn't compress well at all. As engineers, we've had to push against one glowing effect which add 2 MB.

There's also SDKs for everything, and these SDKs tend to add 10-20 MB here and there.


👤 mouse_
They could spend $20 worth of developer time doing it, or they could pocket the $20. Either way, millions of people will continue using their app. It doesn't effect their bottom line.

👤 dsattt
That's what hiring cheap and asking leetcode gets you.

👤 Repose0941
I like to read _mangas_, and we have [kotatsu](https://f-droid.org/en/packages/org.koitharu.kotatsu/) for that, as an example, it's very light (<10MB); for what i think it depends on how much an app is optimized, many nowadays have videos and images inside of the package so the final app is huge, also many dependencies makes the app more heavy.

👤 toast0
Images for every screen size. Native executables for every architecture (optionally slimmed to arch specific apks if from Google Play). Translations for every string for every language (string resources), which by the way can't be compressed (or shouldn't be anyway) [1]; although if you don't need your strings to be native resources, you can store them other ways.

[1] https://developer.android.com/topic/performance/reduce-apk-s...


👤 DANmode
Since this is HN, I'm curious: what led you to notice? Using a cheaper device?

I haven't looked at installed package size in a while - and I use an app store known for lightweight apps!


👤 jshchnz
If you're interested in specific examples, just let me know what apps and I can upload them and share public Size Analysis links from Emerge Tools

Here's an example of a deep dive into Candy Crush on iOS/Android app size: https://www.emergetools.com/deep-dives/candy-crush-saga

P.S. If you think Android is bad, just check out iOS ;)


👤 jotux
I just pulled up the apps info on my phone and sorted the apps by size. There are 128 apps installed on my phone and 67 are < 100MB. The median size of all the apps is 91MB, although I'm not sure thats fair because the app sizes seem to included data stored within them too. Example: The photo app is 225MB but 2.5GB (as denoted in the sorted-by-size app list) with all the stored data.

👤 cheeroip
> How can they be so bloated? Even dictionary app can go beyond 50MB is unbelievable. What are they doing with that? Is Call of Duty embedded in the source code?

1. Big size impress management. 2. It's easier to blame SDK xyz for any issue than try to write something optimized and then debate with subskilled coworkers that are specialised in pushunderthebusing