Joe Birch dives into the Android App Bundle so that we can get a thorough understanding of what it is, the way it works and how we can add support for it in our own applications.
Barbara Arango has come to the end of her internship at Udacity, and it sure has been great! …Here she describes a little more about what she worked on while there.
Google devs built a number of interesting animated features in the I/O app that greatly enhanced the experience. Nick Butcher wanted to highlight a few of these instances and some interesting implementation details.
Although RxJava is a powerful library, it is not meant to be used as a tool to manage async work. It is an event processing library. Vladimir Ivanov describes how Kotlin Coroutines can be used instead for async work.