Cursor rule Cursor
Rule: Guideline for creating a Technical Design Document for a new feature.
163 tagged android, measured the same way as everything else here.
Browse within: cursor-rules 50kotilin 44android-development 26androidx 26ios 23react-native 23javascript 22jetpack-compose 20kotlin 16music 13best-practices 12android-architecture 11copilot 11Educational 10
Cursor rule Cursor
Rule: Guideline for creating a Technical Design Document for a new feature.
RoninForge/roninforge-kotlin-compose
Cursor rule
Compose / Kotlin Android anti-pattern detector. Catches findViewById, setContentView(R.layout), GlobalScope, LiveData + observeAsState, MutableState exposed publicly, force-unwrap !!, lowercase composables, LazyColumn without key, LaunchedEffect(true), Material 2 imports, padding-before-clickable…
RoninForge/roninforge-kotlin-compose
Cursor rule
Android architecture patterns: feature modularization, repository + data source pattern, sealed interfaces for UI state, ViewModel + StateFlow, Ktor / Retrofit + Kotlin Serialization, Room with Flow returns + KSP, coroutines structured concurrency.
RoninForge/roninforge-kotlin-compose
Cursor rule
Modern Android development rules: Kotlin 2.x with K2, Jetpack Compose, Material 3, state hoisting + StateFlow + collectAsStateWithLifecycle, Hilt with hiltViewModel(), type-safe Navigation Compose, KSP, Version Catalogs, Compose Compiler as Kotlin plugin.