Android Developer Question:

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.

Read All 56 Android Developer Questions
Previous QuestionNext Question
Tell us what is DDMS? Describe some of its capabilities?What is background Service?