Rahul RayinProAndroidDevUnderstanding 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 25Oct 25
Rahul RayinProAndroidDevOverlapping 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 184Feb 184
Rahul RayinProAndroidDevPagination 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, 20232Oct 16, 20232
Rahul RayinProAndroidDevServer-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
Rahul RayinProAndroidDevRefresh 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, 20234Feb 12, 20234
Rahul RayinProAndroidDevBuilding 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, 20222Oct 27, 20222
Rahul RayinProAndroidDevNavigation in Multi Modular App using DeepLinksHey Android Devs, in this article we will see the implementation of navigation across multiple feature modules.Jul 10, 20224Jul 10, 20224
Rahul RayinProAndroidDevStep by Step Guide to Download Files With WorkManagerHey Android Devs, in this article we will go through a step by step example of implementing a download feature in your apps using…Mar 4, 20224Mar 4, 20224
Rahul RayAdd flavors to your android buildsIn modern application development, we follow some cycles to build and release our products. We often need multiple variants of our…Jan 6, 20221Jan 6, 20221
Rahul RayRoom DB Migrations In AndroidToday, most of the apps are supporting offline first functionality and everyone is using Room for that.Sep 2, 2021Sep 2, 2021