Published inProAndroidDevProto vs JSON: When to Use Which (and Why)When you’re building modern apps — whether mobile, web, or backend — data serialisation matters a lot more than you think. Two options…Apr 26A response icon2Apr 26A response icon2
Published inLevel Up CodingDebugging Lag in Your Android App: A Practical GuideIntroductionMar 27Mar 27
Published inProAndroidDevKotlin DSL for BeginnersKotlin is a programming language known for its friendly and flexible syntax. One of its coolest features is the ability to create Domain…Dec 17, 2024Dec 17, 2024
Published inProAndroidDevUnderstanding the Coroutine Lifecycle in KotlinKotlin’s coroutines offer a powerful way to manage concurrency and asynchronous programming. However, to use them effectively, it’s crucial…Oct 25, 2024Oct 25, 2024
Published inProAndroidDevOverlapping Lists — Custom Composable Vs RecyclerViewUser experience plays a very crucial role to let user interact with your application more which results in greater user retention. Today…Feb 18, 2024A response icon4Feb 18, 2024A response icon4
Published inProAndroidDevPagination with Paging 3: Modifying Paged DataPagination plays a crucial role in building industrial applications. We don’t want to load large amounts of data in one go, that’s why we…Oct 16, 2023A response icon2Oct 16, 2023A response icon2
Published inProAndroidDevServer-Sent Events in Android (with Node.js)In today’s application development communication between clients and servers is a very crucial aspect. Whether we need a live stream of…Jun 12, 2023Jun 12, 2023
Published inProAndroidDevRefresh JWT Tokens in Android with OkHttp InterceptorIn this article, we will be discussing the process of refreshing JSON Web Tokens (JWTs) in an Android app using Retrofit.Feb 12, 2023A response icon4Feb 12, 2023A response icon4
Published inProAndroidDevBuilding Scalable Android AppsMobile apps are growing tremendously these days. Most companies are focusing on their apps as they drive most of the revenue. With…Oct 27, 2022A response icon2Oct 27, 2022A response icon2
Published inProAndroidDevNavigation in Multi Modular App using DeepLinksHey Android Devs, in this article we will see the implementation of navigation across multiple feature modules.Jul 10, 2022A response icon4Jul 10, 2022A response icon4