Android Framework Modules

We can divide android framework in five basic modules which are as follows:

1. Activity
2. Intent
3. Broadcast Receiver
4. Services
5. Content Provider

Activity : An activity represents visible component of android which is used to interact with end users. Activities are light frames in awt, swing, of forms in case of web applications.

Intent : An intent is used to provide communication among multiple components of android it works as a communicator.

Broadcast Receiver : A broadcast receiver is used to perform some short time consuming on the occurrence of some particular event.

Services : Services is used to perform long time consuming background performs it doesn't require any user interaction.

Content Provider : It provides facility to share a database among multiple application of android system.

0 Comments:

Post a Comment