What is bound Service?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Android Developer Job Interview Questions And Answers