Published inGoogle Developer ExpertsLet’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.Jul 9Jul 9
Kotlin Coroutines : Suspending vs BlockingCoroutines are a concurrency design pattern used in programming to write asynchronous code in a more sequential and readable manner…Dec 8, 20231Dec 8, 20231
Published inGoogle Developer Experts6 Essential steps to deploy your android appThis article outlines key pre-deployment tasks to help you prepare your app for a successful launch.Nov 6, 2023Nov 6, 2023
Published inProAndroidDevUnderstanding memory leaksAs developers, we strive to create applications that are not only functional and user-friendly, but also optimized to utilize system…Jun 24, 20231Jun 24, 20231
Published inProAndroidDevInspect Ktor’s network traffic on Android with ChuckerChucker simplifies the inspection of HTTP(S) requests/responses fired by your Android App.Mar 27, 2023Mar 27, 2023
Principles 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…Mar 23, 2023Mar 23, 2023
Published inProAndroidDevApplying 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 receiversJan 6, 20231Jan 6, 20231
Published inProAndroidDevJetpack 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 composeDec 28, 20221Dec 28, 20221
Use two Firebase instances in your Android App and never test in productionFor two days, I have seen captures and memes about probably the most trending Airbnb’s notification. In this article, I’m going to show youOct 23, 2022Oct 23, 2022
Published inProAndroidDevJetpack compose navigation with custom NavTypeNavigation refers to the interactions that allow users to navigate across, into, and back out from the different pieces of content within…Apr 7, 20223Apr 7, 20223