From using the Elvis operator to safely access nested properties to using the filter function to filter a list of objects, these tricks and techniques will help you make the most of the Kotlin language.
App Optimization: Proguard Vs R8
Proguard and R8 are both code shrinkers for Android apps. They both work by analyzing your app’s code and resources and then removing unused code, renaming classes and methods, and …
App optimization: How to shrink code in Android
The size of your APK has an impact on how fast your app loads, how much memory it uses, and how much power it consumes. Users are less likely to …
App optimization: Strategies for reducing your APK size
The size of your APK has an impact on how fast your app loads, how much memory it uses, and how much power it consumes. Users are less likely to …