Android applications and tasks
Application
An Android
application
is a single installable unit which can be started and used
independently of other Android applications.
It consists out of
Android
components
and resource files.
The
Android system
knows
activities,
services,
broadcast receiver
and
content provider
as components.
An Android application can have one application class which is
instantiated as soon as the application starts and the last
components which is stopped if the application gets stopped.
No comments:
Post a Comment