Eric Maxwell December 17, 2019 Kotlin Multiplatform in 2020 Kotlin Multiplatform is quickly becoming a solid contender in the multiplatform solution space. This article expla... Android Back-End Front-End Full-Stack Web iOS Mac
Andrew Marshall November 5, 2019 ConstraintLayout Flow: Simple Grid Building Without Nested Layouts ConstraintLayout chains are great, b... Android
Bryan Lindsey October 29, 2019 Android Dev Summit 2019 Recap Another year, and another Android Dev Summit has wrapped up. We wanted to share the biggest highlights from the c... Android
Andrew Marshall October 8, 2019 Using FirebaseMLKit with CameraX So you've watched the CameraX introduction at Google I/O 2019 and you saw all the cool image manipulation and ... Android
Bryan Lindsey August 27, 2019 Activity and Fragment Layouts with AndroidX Wouldn’t it be nice if there was a simpler way to inflate our views? I’m glad to say that with a fe... Android
Anna Sedlar August 12, 2019 What’s New in Android Accessibility Amidst the various new features and tools announced at Google I/O 2019, Google placed significant emphasis ... Android
Andrew Marshall June 17, 2019 CameraX Android camera development can often be problematic since there are so many different kinds of devices and OS versions to support.... Android
Andrew Marshall May 30, 2019 What’s new with Kotlin for Android developers Google announced a lot of new features at Google IO 2019 surrounding Kotlin and Android - he... Android
Rafael Moreno Cesar May 28, 2019 Kotlin Destructuring Declarations and ComponentN Kotlin's destructure syntax isn't magic. In fact, if you take a look at what's happening ... Android