How Kotlin lambda capture variableIn Android Java world, you know that when you declare a lambda in a function, you can access the parameters of that function as well as…Oct 7, 2020883Oct 7, 2020883
How Kotlin optimize lambda under the hoodWe know that in Android Java world, the lambda will be converted to anonymous class in the bytecode level. After Android start…Oct 6, 20201.95K2Oct 6, 20201.95K2
Monitoring app termination on Android 11Usually it’s hard for Android dev to tell why my app is terminated. For crash, we can use various third-party library to monitor it, but…Jul 16, 20201.8KJul 16, 20201.8K
Published inProAndroidDevGoing Deep on AndroidX BenchmarkPerformance has been an important part to ensure smooth user experience, and Android Team had released the first AndroidX Benchmark…Jul 4, 20209711Jul 4, 20209711