关于
This skill provides comprehensive guidance for implementing modern asynchronous patterns in Android development using Kotlin coroutines and Flow. It covers everything from basic coroutine launching in ViewModels to advanced reactive streams with StateFlow and SharedFlow. By enforcing structured concurrency, lifecycle-aware collection, and proper dispatcher management, it helps developers build highly responsive, memory-efficient applications while avoiding common pitfalls like main-thread blocking or memory leaks.