Android Developer Question:

What is bound Service?

Tweet Share WhatsApp

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 PDF Read All 56 Android Developer Questions
Previous QuestionNext Question
Please explain what is a Pending Intent?What is foreground Service?