Android Developer Question: Download Android Developer PDF

What is activity Context?

Tweet Share WhatsApp

Answer:

This context is available in an activity. This context is tied to the lifecycle of an activity. The activity context should be used when you are passing the context in the scope of an activity or you need the context whose lifecycle is attached to the current context.

Download Android Developer PDF Read All 56 Android Developer Questions
Previous QuestionNext Question
Explain me the difference between onCreate() and onStart()?What is access data using Content Provider: