Class Context

java.lang.Object
icyllis.modernui.core.Context
Direct Known Subclasses:
Activity, ContextWrapper

public abstract class Context extends Object
Interface for obtaining global information about the application environment. This is an abstract class whose implementation is provided by the framework. It allows access to application-specific resources and classes, as well as up-calls for application-level operations such as launching activities, etc.

Note: Unless otherwise specified, all Context objects are thread-safe by simply publishing them safely.