Android App Components • In Hindi

preview_player
Показать описание
Android application components are the core part of any android app. There are mainly four app components; Activities, Services, Broadcast Receivers, Content Providers.
All four have different purposes and different work. Here are their shorthand description if you are running late :
Activities: This is the screen from where the user interacts with the app. There are two files of each activity; one java file for the backend and one XML layout file for frontend designing and UI.

Services: This component is used when we want some task to perform when our app isn't active. There is just one java file for this and no user interface.

Broadcast Receivers: This component is used to receive the broadcast messages sent by the Android OS like the battery is low, the internet is active, etc.

Content Providers: This component handle the data and database. Basically when you want to get data from another app or when you want to share your app's data, you make queries using this component.

Thank you so much for watching this video. Do like this video if it gave you value :)
Content of the Video:
0:00 - Introduction to Android Application Components
0:28 - 1. Activity
2:39 - 2. Service
4:40 - 3. Broadcast Receiver
6:48 - 4. Content Provider
7:59 - Outro
Рекомендации по теме
Комментарии
Автор

i guess this is the best explainations so far i have watched

vipinjoshi
Автор

Super explanation! 😊😀☺... Thank you bro!☺☺😊😊

crazyprojectideas
Автор

please make a complete series on app development

techtrash