Published inAndroid DevelopersScope Storage MythsNo, you don’t have to use SAFJun 28, 2021A response icon4Jun 28, 2021A response icon4
Published inAndroid DevelopersAll About PendingIntentsPendingIntents are an important part of the Android framework, but most of the available developer resources focus on their implementation…Mar 23, 2021A response icon5Mar 23, 2021A response icon5
Published inAndroid DevelopersLet’s be explicit about our intent(-filters)An important change is coming to Android 12 that improves both app and platform security. This change affects all apps that target Android…Feb 18, 2021A response icon7Feb 18, 2021A response icon7
Published inAndroid DevelopersAndroid Nesting IntentsDoes your app provide a service that starts another app’s Activity as a callback when some action occurs? For example, does it accept an…Feb 5, 2021Feb 5, 2021
Published inAndroid DevelopersHow to write Java-Friendly Kotlin CodeTL:DR: Learn how to write Kotlin code that works idiomatically from both Kotlin and the Java Programming Language by following our new…Oct 10, 2019A response icon2Oct 10, 2019A response icon2
Published inAndroidX Media3Easy Audio Focus with ExoPlayerManaging audio focus is a vital part of being a good citizen in the Android ecosystem. Learn how ExoPlayer just made this much simpler.Sep 27, 2018A response icon8Sep 27, 2018A response icon8
Published inAndroid DevelopersKotlin Demystified: The power of `when``when` is the `switch` of Kotlin, but it’s also so much more. Read on to learn more about this powerful expression.Sep 26, 2018A response icon2Sep 26, 2018A response icon2
Published inAndroid DevelopersKotlin Demystified: When to use custom accessorsKotlin properties can be deceptively simple. Learn the differences between properties with and without custom getters.Aug 28, 2018Aug 28, 2018
Published inAndroid DevelopersKotlin Demystified: What are 'scope functions' and why are they special?'.let', '.apply', '.also', '.run', and 'with' are known as scope functions in Kotlin. We examine them and discuss what makes them special.Jun 27, 2018A response icon8Jun 27, 2018A response icon8
Published inAndroid DevelopersKotlin Demystified: Understanding Shorthand Lambda SyntaxDuring a trip to Austria, I visited the Austrian National Library in Vienna. The State Hall, in particular, is this amazing space that…May 24, 2018A response icon1May 24, 2018A response icon1