Android Developer Question:
Download Questions PDF

Explain me what is Context?

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.

Download Android Developer Interview Questions And Answers PDF

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