참고
remember(keys) in Jetpack Compose: Basics & Patterns
Control recomposition and caching with remember, keys, LocalConfiguration, and LocalContext.
CompositionLocal in Jetpack Compose
CompositionLocal이 무엇인지, 언제/어떻게 써야 하는지, compositionLocalOf vs staticCompositionLocalOf 차이와 성능·패턴 정리.
Android Intent Guide
Android Intent의 개념, 구조, 유형, 예외 처리, 플래그
Understanding Lambdas with Receiver in Kotlin
A clear explanation of Kotlin’s ‘lambda with receiver’ syntax, how it differs from normal lambdas, and why it’s powerful in DSLs and Compose.