Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tokumei21316yI mean, the 30 seconds (at most) that it takes to update an app isn't that bad. I've never been frustrated with forced updates on Android software. Just dont get me started on Windows Update.
-
Skayo88596y
-
Skayo88596y<@tokumei>
I'm sure in countries with bad internet connection, the update takes ages. So not a bad thing, if you are able to use it while updating. -
Root825316y@tokumei Google does everything it can to pry control away from me. So does Apple and Microsoft.
-
Skayo88596y<@Root>
No these companies just try to make life simpler for "normal" people :)
Less Control = Easier to use -
@Skayo but I don't think Android forces closing an app when downloading, just when installing it (after downloading). So the bad internet connection is not really an issue that live updates solve.
Related Rants
--- New API allows developers to update Android Apps while using them ---
Today, at the Android Dev Summit, Google announced a new API which allows developers to update an app while using it.
Until now, you were forced to close the app and were locked out of it until the update has finished.
This new API adds two different options:
1.) A Full-Screen experience which locks the user out of the app which should be used for critical updates when you expect the user to wait for the update to be applied immediately. This option is very similar to how the update flow worked until now.
2.) A flexible update so users can keep using the app while it's updating. Google also said that you can completely customize the update flow so it feels like part of your app!
For now, the API is only available for early-access partners, but it will be released for everyone soon!
Source:
https://android-developers.googleblog.com/...
random
android dev summit
google
android