Android Software Engineer Question:
Download Questions PDF

Explain the Services component of Android?

Android Software Engineer Interview Question
Android Software Engineer Interview Question

Answer:

Services are components that do not have a User Interface; they run in the background. An example of Service component in Facebook app would be the friend request notifications. They would continue to run, even if you switch to another activity or application.

Download Android Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Content provider component of Android?Explain activity component of Android?