Android Developer Question:

Explain me what is Context?

Tweet Share WhatsApp

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.

Read All 56 Android Developer Questions
Previous QuestionNext Question
Explain me what is the Android Application Architecture?What is foreground Service?