InProAndroidDevbyYves Kalume·Aug 5, 2025Hot take : When Encapsulation Becomes CeremonyEncapsulation is one of the first concepts we learn in programming, but sometimes it turns into ritual instead of necessity. Why confusing…
Yves Kalume·Jun 10, 2025Please, Stick to One Level of AbstractionLet’s be honest, writing code is easy. Writing good code is hard. And at the center of all good code is one thing: functions.A response icon1A response icon1
InGoogle Developer ExpertsbyYves Kalume·Jul 9, 2024Let’s clarify some misconceptions around android development these daysThe goal of this blogpost is to underscore the vital importance of discerning and evaluating the information you consume.
Yves Kalume·Dec 8, 2023Kotlin Coroutines : Suspending vs BlockingCoroutines are a concurrency design pattern used in programming to write asynchronous code in a more sequential and readable manner…A response icon1A response icon1
InGoogle Developer ExpertsbyYves Kalume·Nov 6, 20236 Essential steps to deploy your android appThis article outlines key pre-deployment tasks to help you prepare your app for a successful launch.
InProAndroidDevbyYves Kalume·Jun 24, 2023Understanding memory leaksAs developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system…A response icon1A response icon1
InProAndroidDevbyYves Kalume·Mar 27, 2023Inspect Ktor’s network traffic on Android with ChuckerChucker simplifies the inspection of HTTP(S) requests/responses fired by your Android App.
Yves Kalume·Mar 23, 2023Principles from How to Win Friends and Influence People by Dale CarnegieWhen dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotion, creatures…
InProAndroidDevbyYves Kalume·Jan 6, 2023Applying Kotlin context receiversSometimes in our code, we want to use something only in a certain scope, without which it won’t work properly. We can use context receiversA response icon1A response icon1
InProAndroidDevbyYves Kalume·Dec 28, 2022Jetpack Compose state deconstructedState is an important concept in Jetpack Compose, knowing how to use it is a must for anyone who wants to build apps with composeA response icon1A response icon1