Nicole BorrelliinAndroid DevelopersScope Storage MythsNo, you don’t have to use SAFJun 28, 20214Jun 28, 20214
Nicole BorrelliinAndroid DevelopersAll About PendingIntentsPendingIntents are an important part of the Android framework, but most of the available developer resources focus on their implementation…Mar 23, 20215Mar 23, 20215
Nicole BorrelliinAndroid 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, 20217Feb 18, 20217
Nicole BorrelliinAndroid 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
Nicole BorrelliinAndroid 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, 20192Oct 10, 20192
Nicole BorrelliinAndroidX 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, 20188Sep 27, 20188
Nicole BorrelliinAndroid 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, 20182Sep 26, 20182
Nicole BorrelliinAndroid 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
Nicole BorrelliinAndroid 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, 20188Jun 27, 20188
Nicole BorrelliinAndroid 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, 20181May 24, 20181