PinnedPublished inProAndroidDevHow Suspend Functions Work in Kotlin: Under the hoodThe suspension capability is the most essential feature upon which all other Kotlin Coroutines concepts are built. Your main goal in this…Apr 16, 20242333Apr 16, 20242333
PinnedPublished inProAndroidDevEffect Handlers in Jetpack Compose: A Complete GuideEffect Handlers: as the name suggests, they are used to handle the “side”-effects in Jetpack-Compose but what exactly is a side-effect?Dec 14, 20232212Dec 14, 20232212
Published inProAndroidDevUnderstanding Low Memory Management in Android: Kswapd & LMKAs a mobile operating system, Android has to deal with limited memory resources. The OS carefully monitors memory usage and takes steps to…Dec 17, 20242291Dec 17, 20242291
Published inProAndroidDevThe two best ways to secure your API keys in Android projectsProtecting your Android app’s API keys ensures the privacy of user information and secures any unauthorized access to your APIs, this is…Nov 4, 202438213Nov 4, 202438213
Create and publish your Android Open-Source Library in MinutesCreating and publishing an Android Open-Source Library is much easier than you think. I am going to demonstrate a step-by-step guide to…Oct 17, 2024621Oct 17, 2024621
Published inStackademicDP vs SP vs DPI vs PX in AndroidWe use some standard Units of measurement to make sure everyone is on the same table when we are talking about sizes, in real world, and in…Jul 28, 2024862Jul 28, 2024862
Published inProAndroidDevCreating Custom PDFViewer in Jetpack Compose AndroidPDF is one of the most common file formats we use daily, but there still needs to be an official PDFViewer available in Jetpack Compose…Jun 4, 20241721Jun 4, 20241721
Published inProAndroidDevKotlin Coroutine Essentials: Everything you need to knowThis is my second article in the Coroutines series, The following is the list of articles you can check to understand Coroutines…May 6, 20241161May 6, 20241161
Published inTowards DevUnderstanding Kotlin Coroutines: What, How, and Why?In this article, I’ll explain what a Coroutine is, where it fits our programming requirements, and how it behaves internally for our…Apr 28, 20241011Apr 28, 20241011
Published inProAndroidDevUnderstanding Jetpack Compose: Internal Implementation and WorkingThis article is for you, if you are desperate to see what is going on inside the functions(Composables) you are using to show your app's…Mar 23, 2024170Mar 23, 2024170
Published inProAndroidDevAdd Multilingual support (Multiple Languages) to your Android AppSupporting multiple languages is important to scale up your application and reach the masses. Around 25% of India and 64% of Europe's…Mar 9, 20243083Mar 9, 20243083
Published inProAndroidDevEverything about JVMField, JVMOverloads, JVMName, and JVMStatic annotations in KotlinThe mentioned four JVMField, JVMOverloads, JVMName, and JVMStatic annotations are used for easier and convenient inter-operability between…Feb 15, 202429Feb 15, 202429
Published inTowards DevRazorpay Integration in Android: Easy Step-by-Step GuideIn this article, I will be showing you how you can integrate the Razorpay payment gateway into your production-ready application. Also, I…Nov 17, 202382Nov 17, 202382
Published inStackademicJetpack Compose UI Testing in AndroidLike always we will directly jump into the implementation part and learn the things on the go…Nov 8, 20237Nov 8, 20237
Published inProAndroidDevBuilding a Referral system: Play Install Referrer Library in AndroidPre-requisites:Sep 11, 202329Sep 11, 202329
Published inStackademicFirebase Cloud Messaging in Android : Efficiently handling the Device TokenFCM workflow Overview:Sep 5, 20234Sep 5, 20234
Published inStackademicTesting Retrofit API Calls in AndroidRetrofit is a type-safe HTTP-Client which you are using in your android project to consume the API responses you want.Aug 17, 202322Aug 17, 202322
Published inStackademicViewModel Testing with JUnit5, MockK & TurbineIntroduction:Aug 13, 2023262Aug 13, 2023262
Published inStackademicUsing Proto Datastore in Jetpack compose with HiltWhat is Proto Datastore:Aug 12, 202311Aug 12, 202311