Answers

Question and Answer:

  Home  Android Developer

⟩ What is bound Service?

A service is bound when an application component binds to it by calling bindService(). A bound service offers a client-server interface that allows components to interact with the service, send requests, receive results. A bound service runs only as long as another application component is bound to it.

 149 views

More Questions for you: