Android Developer Question:
Download Questions PDF

What is bound Service?

Answer:

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.

Download Android Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Please explain what is a Pending Intent?What is foreground Service?