MKMohammed khudairinandroid-dojo.hashnode.dev·Jul 13, 2025 · 14 min readKotlin Scope functions“It took me days and several cups of coffee to craft this story, so it’s a comprehensive guide packed with examples for each scope function. By the end, you’ll be able to use them with confidence” Overview Kotlin offers a powerful feature known as s...00
MKMohammed khudairinandroid-dojo.hashnode.dev·Jul 8, 2025 · 7 min readMVVM Architectural Pattern in AndroidIntroduction MVVM is a recognized software design pattern that enhances code maintainability by separating the user interface (View) from the brainy business logic (Model) through an intermediary component called the ViewModel. This approach improves...00