Other important Android elements
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