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, 2020Oct 7, 2020
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, 20202Oct 6, 20202
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, 2020Jul 16, 2020
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, 20201Jul 4, 20201