In this video series we will learn everything about BroadcastReceivers in Android, with which we can listen to different system and application events. This way we can execute code when the device boots up, when the internet connectivity of the phone changes, when we receive an SMS and a lot more. We can also send our own broadcasts and schedule work for a time in the future.
In part 1 we will take a look at static, Manifest registered BroadcastReceivers, that will work even if the app itself is not running. By giving them an IntentFilter with an appropriate action string, we can have them listen to implicit broadcasts, like different system events. When these events happen, the onReceive method of our BroadcastReceiver will be called.
We will also learn about the background execution changes that have been made on Android Nougat and Oreo, which for example change the way we can listen to the CONNECTIVITY_CHANGE broadcast.
Watch the whole playlist:
• Playlist
Example code for this part:
https://gist.github.com/codinginflow/...
____________________
💻 Find the BEST programming tutorials on TutHub:
https://tuthub.io
⭐ Get my MVVM Caching Course now:
https://codinginflow.com/caching
❗ Subscribe to the channel:
/ codinginflo. .
📨 Subscribe to the Coding in Flow newsletter:
https://codinginflow.com/newsletter
❓ Join our free developer community:
/ discord
📣 Follow Coding in Flow on other sites:
Facebook: / codinginflow
Instagram: / codinginflow
TikTok: / codinginflow
Twitter: / codinginflow
Github: https://github.com/codinginflow
💰 Business requests, sponsoring, etc.: info@codinginflow.com
In questa pagina del sito puoi guardare il video online BroadcastReceiver Tutorial Part 1 - STATIC RECEIVERS - Android Studio Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Coding in Flow 21 maggio 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 134,422 volte e gli è piaciuto 1.7 mille spettatori. Buona visione!