Yves Kalume's Blog

Yves Kalume's Blog

Follow
Follow
homePortfolioAbout Mebadgesnewsletter
Tag

Android

#android

More content

Read more stories on Hashnode


Articles with this tag

Understanding memory leak

Jun 19, 20236 min read

As developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system resources...

Understanding memory leak

Inspect Ktor’s network traffic on Android with Chucker

Mar 27, 20233 min read

When you are working on an application interacting with a backend, you will surely need to know if all your requests are executed correctly, in case...

Inspect Ktor’s network traffic on Android with Chucker

Applying Kotlin context receivers

Jan 6, 20234 min read

Sometimes in our code, we want to use something only in a certain scope, without which it won’t work properly. We can use context receivers to express...

Applying Kotlin context receivers

Jetpack Compose state deconstructed

Dec 28, 20227 min read

States are one of the most important concepts in Jetpack Compose, knowing how to use them is an asset for anyone who wants to use this tool. In this...

Jetpack Compose state deconstructed

Use two Firebase instances in your Android App and never test in production

Aug 22, 20223 min read

For two days, I see captures and memes about the error that occurred in the Airbnb mobile application. A notification with the message "Test dev" was...

Use two Firebase instances in your Android App and never test in production

Jetpack compose navigation with custom NavType

Mar 27, 20223 min read

Navigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within your app....

Jetpack compose navigation with custom  NavType