Android Developer Question:
Download Questions PDF

Explain what is application Context?

Answer:

This context is tied to the lifecycle of an application. The application context can be used where you need a context whose lifecycle is separate from the current context or when you are passing a context beyond the scope of an activity.

Download Android Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what is DDMS? Describe some of its capabilities?What is background Service?