Posts

Showing posts with the label Androidservices

Android Services Tutorials

Image
A Service is one of the most basic android components that can perform a long-running task in the background and it does not provide a user interface. This course covers each and every fundamental concept related to a Service in Android. A service is a component that runs in the background to perform long-running operations without needing to interact with the user and it works even if application is destroyed. A service can essentially take two states Started Services Bound Services Click for more detailed explanation of Android services Life cycle