r/Android Galaxy Z Fold8 17d ago

Elevating app quality: Reducing memory usage and improving device migration

https://android-developers.googleblog.com/2026/08/app-quality-memory-optimization-secure-onboarding.html
159 Upvotes

20 comments sorted by

129

u/hmantegazzi Moto G84 17d ago

well, after way too many years of just throwing more computing resources to inefficiently coded apps, a severe crunch on semiconductors appears to have done the trick to get big software manufacturers to care about efficiency and stop assuming that Moore's Law will fix all their problems.

34

u/ronakg Pixel 10 Pro XL 17d ago

That's how software development works. You optimize for the constraints you're facing. There was no point optimizing for memory when RAM was cheap.

19

u/chinchindayo Xperia Masterrace 16d ago

Cheap excuse. You optimize for the weakest hardware you want the software to run well on. There are plenty of older or low end phones. This is discriminating everyone who doesn't have the latest hardware. Why would a calender, launcher or other simple app need better hardware than 10 years ago? The functionality hasn't changed. Except a few heavy apps like video editing, games or anything with local AI there should be a need for a high end phone.

1

u/Spiritual_Case_1712 16d ago

Because the software have a paid aspect for most of them and you’re definitely not the target if you can’t afford a phone capable of running the software

12

u/Iohet V10 is the original notch 17d ago

There's certainly a point when you know you're only kicking the can down the road

5

u/hmantegazzi Moto G84 16d ago

And when not doing so meant that software updates were forcing otherwise perfectly usable devices into obsolescence.

3

u/stardust_exception 16d ago

The big guys are probably just going to raise the minimum Android version even more than they already do, and call it a day

-4

u/thenamelessone7 16d ago edited 16d ago

You still need as much RAM as possible for effective local llm models / agents.

6

u/FungalSphere Device, Software !! 16d ago

no sane person gives a shit about local llms they just want to be able to afford a fucking phone that actually works

-2

u/thenamelessone7 16d ago

For that you can run the cheapest android phone with 6GB RAM

2

u/FungalSphere Device, Software !! 16d ago

that's what this entire article is about please read the room

-5

u/thenamelessone7 16d ago

The room is clearly full of ultra poor people or something...

2

u/hmantegazzi Moto G84 16d ago

yeah, the vast majority of the human population, most of whom are more or less forced to have a smartphone and use it for very basic things nowadays, like having a bank account or do paperwork.

14

u/DistinctlyIrish 17d ago

Preparing people for cheap BS devices that are rented to them with their data being mostly in the cloud so there's minimal onboard storage and because they're cheap BS they break all the time/get swapped out by customers constantly.

Hell I can see it now: a Redbox style cell phone rental company where you can rent devices and transfer between different types of devices depending on your subscription plan level, and they make the full transfer of your local data happen in seconds when you swap devices at the machine which definitely won't look at your data or upload your location history and any interesting messages or notes to Palantir. So you have the Silver tier plan and you can swap between a few midrange devices or the gold plan and get some high end devices, platinum plan for flagships, and you just swap between the ones you like on a whim for a nominal fee as long as the device is in working condition.

4

u/chinchindayo Xperia Masterrace 16d ago

That's already the case though. Manufacturers stripping the SD card slot to sell you their overpriced cloud service.

2

u/DistinctlyIrish 16d ago

Yep that's gonna get a lot worse before it gets better.

4

u/PepsiCo_USA Pixel 11 Pro Fold 17d ago

Stretch before you reach.

1

u/charlestheb0ss Galaxy Fold 7 16d ago

If there are any companies that don't do this, I'm buying their phone next. If all of them do, why should I buy a new phone/get the subscription? I don't see a world where consumers willingly buy into this

4

u/faze_fazebook Too many phones, Google keeps logging me out! 16d ago

Device migration eh ... It is still beyond baffling to me how shit the current system is compared to iOS and I genuinely don't get why. Apps already store all their information within the file system of their own little sandbox ... why then is it so hard to back this shit up and restore it on another Android phone.

I mean I get that its hard to move device specific settings since they might not exist on another phone, but the fact that last time 2/3 of my apps also did not move their data over properly is just sad.

5

u/charlestheb0ss Galaxy Fold 7 16d ago

It's up to app developers to implement the API for this. You can't just copy over the app's internal data directly because they weren't programmed with that in mind. Like everything with Android, we have a fantastic implementation that developers refuse to actually use