Android app developer.

GitHub
Mastodon

  • 0 Posts
  • 65 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • That’s not how it was done before, though. It wouldn’t download update A, start installing A, then trigger downloading update B while A was installing. A would have to finish installing before B could even start downloading.

    Especially for smaller updates, the overhead of the network handshaking to start the download can actually make doing 3/4 downloads at once faster than sequencing them. For larger updates, it matters less, but it’s not a negative.

    You can still use an app while the update is downloading. You only can’t while the update is installing, and installations still have to happen sequentially (limitation of Android). It only really matters if you want to specifically use an update right away, but then you can just manually trigger the update for just that app.