en un clic
client-sdk-android
client-sdk-android contient 5 skills collectées depuis livekit, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Implement and review Kotlin Coroutines on Android: configure CoroutineScopes, manage Dispatchers, expose StateFlow/SharedFlow from ViewModels, collect with repeatOnLifecycle, and convert callback APIs to callbackFlow. Use when writing suspend functions, wiring up Flow or StateFlow, fixing async bugs, replacing GlobalScope, or integrating coroutines with Android lifecycle components.
Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.
Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.
Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.
Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.