mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-01 15:40:21 +08:00
274082fd77
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
478 B
478 B
Services
A Service is an app component that performs long-running operations in the background without a user interface. Services handle tasks like playing music, downloading files, or processing data while the user interacts with other apps. Android provides foreground services, background services, and bound services depending on the use case.
Visit the following resources to learn more: