Android Developer Question:

Explain me what is Context?

Android Developer Interview Question
Android Developer Interview Question

Answer:

A Context is a handle to the system; it provides services like resolving resources, obtaining access to databases and preferences, and so on. An Android app has activities. Context is like a handle to the environment your application is currently running in.


Previous QuestionNext Question
Explain me what is the Android Application Architecture?What is foreground Service?