Changes

Jump to: navigation, search

Kotlin Android Broadcast Intents and Broadcast Receivers

57 bytes removed, 19:30, 28 November 2017
no edit summary
Android Broadcast Intents and Broadcast Receivers
 
In addition to providing a mechanism for launching application activities, intents are also used as a way to broadcast system wide messages to other components on the system. This involves the implementation of Broadcast Intents and Broadcast Receivers, both of which are the topic of this chapter.

Navigation menu