[Pluralsight] Android Fundamentals: BroadcastReceivers


ReleaseDate“: “2016-12-02T00:00:00Z”,
UpdatedDate“: “2016-12-02T00:00:00Z”,
Level“: “Beginner”,

ShortDescription“: “BroadcastReceivers are the building blocks of Android, similar to an Activity or a Service. This course will help you understand how to keep your app notified about the ongoing events or change in state of the android device.”,

Description“: “BroadcastReceivers (or Receivers) simply respond to broadcast messages from other applications or from the system itself. These messages are sometimes called events or intents. This course, Android Fundamentals: BroadcastReceivers, talks about BroadcastReceiver in detail. Beginning with practical examples of how and where it is used in the Android app and system. The course then proceeds progressively, first giving a brief introduction to normal broadcast, ordered broadcast and sticky broadcast, static and dynamic declaration of Receivers, then enters into enhancing security of an app by modifying Receivers. Finally, topics like ‘how to deal with dangerous permissions while using Receivers’ are also covered along with a demo. After completing this course, you will have a strong foundational knowledge of how BroadcastRecievers work and why they are important to your app.”,

DurationInMilliseconds“: 10808000,
HasTranscript“: 1,
AuthorsFullnames“: “Sriyank Siddhartha”,

Size: 745.54M

3 thoughts on “[Pluralsight] Android Fundamentals: BroadcastReceivers”

Leave a Comment