Context

suggest change

Introduction

Per Google documentation: “Interface to global information about an application environment. It allows access to application-specific resources and classes, as well as up-calls for application-level operations such as launching activities, broadcasting and receiving intents, etc.”

More simply put, Context is the current state of your application. It allows you to provide information to objects so that they can be aware of what is going on in other parts of your application.

Syntax

Remarks

This StackOverflow page has several comprehensive and well written explanations of the concept of Context:

What is Context?

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents