Tuesday, September 17, 2013

Other important Android elements

Context

The class android.content.Context provides the connection to the Android system and the resources of the project. It is the interface to global information about the application environment.
The Context also provides access to Android services, e.g. the Location Service.
Activities and services extend the Context class.

No comments:

Post a Comment