upvote
There isn’t all that much actual first-party code in these apps, but if they made a “Hello World” but kept the same third party library deps, they’d be starting at 300MB, and once they add all the visual assets that’s another 200MB… I have a ton of apps on my phone that are absurdly large. Like Gmail is 706MB. The Gmail app for iPhone could not fit on a CD-ROM. A plain mail client. Compared to that, Facebook at 461MB is looking quite slim.

Overcast is 37MB.

reply
I don't want to justify the space too much, but things like the Uber app are kind of amazing.

While the base functionality is fairly simple in terms of find location > send car + all the courier and different varieties of what they do. It manages do that while working in 70+ countries over 15,000 cities with multiple different languages and payment vendors and it is all done via a single application.

That is pretty neat.

Yes, it is still very bloated but it does a lot more than what it initially looks like.

But yes, I am endless impressed when you come across a binary that is tiny. Like a text editor that is 14KB, sure it is simply but it doesn't need to be anything more for most people.

reply
>It manages do that while working in 70+ countries over 15,000 cities with multiple different languages and payment vendors and it is all done via a single application.

I'd assume almost all of that is done server side though. Most likely the app is mostly just a wrapped website with some gps and notification code on top.

reply
And as someone who works on platform that makes use of numerous payment portals depending on the product and region you're buying in. It's all just wrapped up in logic AKA if statements.
reply
Because it's all just API's?

The app just calls the GeoLocation API on the device, pings that off to a server and the server responds with services available in <distance>

reply
With more RAM, Storage and Compute everyone just got super lazy.

We're at the point now that everything is written in some sort of javascript, with a JIT compiler and JS engine...

reply
Even that isn't an excuse, when we compare the computers running Lisp and Smalltalk, versus what we have today.

Folks cared on how to make it all fit into what they had, maybe the RAM prices will help to bring back old practices.

reply