Android Service
Android service is a component that is used to perform operations on the background such as playing music, handle network transactions, interacting content providers etc. It doesn't has any UI.
The service runs in the background indefinitely even if application is destroyed.
Life Cycle of Android Service
There can be two forms of a service.The lifecycle of service can follow two different paths: started or bound.- Started
- Bound
No comments:
Post a Comment