Kotlin Fundamentals Null safety, immutability, data classes, extension functions, and scope functions — the parts of Kotlin that come up in every interview and review. val vs var, Type Inference val name = "Alice" // rea…
ReadCoroutines, Flow & Structured Concurrency Lightweight concurrency: suspend functions, scopes, dispatchers, Flow, cancellation, and the common pitfalls. suspend Functions // `suspend` marks a function that may pause witho…
ReadSave this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever