There were a few articles with actual content on this topic covered on Daring Fireball in recent months. Not sure what this blog blurb is adding to the conversation. 1. https://sensortower.com/blog/ios-app-size-growth 2. http://blog.timac.org/?p=1707 3. https://blog.halide.cam/one-weird-trick-to-lose-size-c0a4013...
App sizes are out of control
11–20 of 455 posts
Re: App sizes are out of control
#12Six apps, six embedded web browsers.
Does that add up to much in terms of app size? I was under the impression most embedded web browsers used platform web view components?
You're not allowed to include your own browser, and can only use the platform's web view, which is not duplicated on a per-app basis.
There are many culprits for app bloat, but using a browser is most certainly not one of them.
Re: App sizes are out of control
#13This is definitely getting to be a major problem. I've removed several apps for this reason as well. Code bloat = lost users
I think it is unlikely that most people care and the improved analytics and development speed is probably worth it. My android is connected to wifi almost 24/7, so it doesn't matter how long it takes up update.
Re: App sizes are out of control
#14On another note, I just went to check some of my apps and iOS 11 got rid of the size from that view. You now need to dive into each app to see the size.
Re: App sizes are out of control
#15I'm constantly removing Facebook/Messenger for situations like when I had to download Ticketmaster app for a concert ticket.
And with all these apps disallowing you from moving them to SD card, I can't even really use my 32GB SD card for them.
Re: App sizes are out of control
#16There is however no reason that code, either compiled to a binary format or in a textual format, uses so much data. Heck, the memoirs of Casanova spans 3000 pages, and is 6,5 MB. People don't understand how incredibly large a megabyte is for simple code.
Surely the 275 MB isn't all useful data (I wonder what compression ratios you get on 'apps'), and it should be possible to cut it down to a few MB.
Re: App sizes are out of control
#17https://medium.com/@miguelrochefort/the-application-paradigm...
Re: App sizes are out of control
#18Vector graphics will solve this, but is not mainstream yet.
The facebook android app is 88MB (zipped), i did check the APK of why its so big:
90mb of code 30mb of assetes (javascript, metadata, librtc, big json files (animations)) 30mb of resources (images)