There are four android components.
1. Activity
2. Service
3. Content Provider
4. Broadcast Receivers
Activity: Activity is nothing but the user interacting screen. Which user can interact with app.
Services: It handle background process of android without disturbing user. And it is long running process.
Content Provider: This handle data and Database Management issue .
Broadcast Receiver :It handled the communication between android OS and Android Application.
1. Activity
2. Service
3. Content Provider
4. Broadcast Receivers
Activity: Activity is nothing but the user interacting screen. Which user can interact with app.
Services: It handle background process of android without disturbing user. And it is long running process.
Content Provider: This handle data and Database Management issue .
Broadcast Receiver :It handled the communication between android OS and Android Application.
No comments:
Post a Comment