PinnedPublished inProAndroidDevBuild a Simple Networking Library in Android(Part 1)The idea of library internals has always been intimidating to me. Most people being an app developer preferred to assume the library as a…Jan 14, 20213Jan 14, 20213
Harnessing the Power of Kotlin Multiplatform: Elevating Mobile Development to New HeightsAs a seasoned Android developer with over six years of experience, I stand before you today to unveil the remarkable benefits of Kotlin…Jun 16, 2023Jun 16, 2023
Published inProAndroidDevIntercept Android WebView RequestIntercepting Android WebView Request and loading it from localMay 30, 2023May 30, 2023
Jetpack Compose Rendering Steps: A Beginner’s GuideJetpack Compose is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android…May 29, 2023May 29, 2023
Kotlin Language Features to Improve Your CodeLearn how to use Kotlin’s features to write more concise and readable code, such as the let function, the apply function, and the with…May 25, 20231May 25, 20231
Build a Simple Networking Library in Android(Part 2)In Part 1, of this series of article, I discussed how to create a library module. We created a Simple Networking Library naming our module…Jan 14, 2021Jan 14, 2021