What do you understand by Broadcast Intent? Consider an application ‘App A’ that
implements a mechanism which another application named ‘App B’ to increment
the value of its data. With proper justification, state the name of the Android
components that allows this mechanism.
Answers
Answered by
1
Answer:
Broadcast in android is the system-wide events that can occur when the device starts, when a message is received on the device or when incoming calls are received, or when a device goes to airplane mode, etc
Consider an application ‘App A’ that implements a mechanism which another application named ‘App B’ to increment the value of its data. With proper justification, state the name of the Android components that allows this mechanism.
Similar questions