Android Developer Question:
Download Questions PDF

What is activity Context?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me the difference between onCreate() and onStart()?What is access data using Content Provider: