When Background Work Outlives the Screen That Started It

Start a download in an Android app, then leave the screen that started it.

That small action exposes a design question that many applications postpone for too long:

Who owns the task once the user no longer owns the screen?

The answer is often accidental. A download begins inside a dialog, a screen shows a progress indicator, and everything appears reasonable while the user stays exactly where the developer expected. Then the user navigates back, rotates the device, starts something else, or simply returns later.