An article on collection manipulation functions in Kotlin
the Kotlin standard library provides a variety of functions for performing operations on collections. You can see that there are…
Read Morethe Kotlin standard library provides a variety of functions for performing operations on collections. You can see that there are…
Read MoreAndroid If you’re an Android development engineer, you’re no stranger to the Activity lifecycle onCreate onStart onResume onPause onStop onDestroy…
Read MoreThis year, I have been working on thread-related performance optimization, such as thread convergence, thread stack optimization, and some OOM…
Read MoreAfter the recent “Flutter: I hear you’ve been telling people I’m disbanding? After the recent “Flutter: I heard you’ve been…
Read More“Maybe bug 77342775” Exception Analysis 1. Background 1.1 Executive summary The host is the release package The plugin packages the…
Read MoreAlthough HTTP3/QUIC and cronet don’t have much to do with Flutter, it’s just that when I was recently sorting out…
Read MoreRelated concepts Before introducing WMS, let’s cover a few related concepts; WMS exists in the system_server system service process, view…
Read MoreI remember when I first started working, looking at the source code of ART or Binder was like reading a…
Read MoreKey concepts Before learning about Dart, it is important to understand the following Dart-related concepts: Everything that can be placed…
Read MorePain Points of Web Requests under Compose Compose’s components are known to be state-driven and, as a functional component, it…
Read More