Exploring the Beauty of Vietnam: An 8-Day AdventureNestled in Southeast Asia, Vietnam called out to us with promises of adventure, rich culture, and stunning landscapes. It was an eight-day…Oct 2, 2023Oct 2, 2023
System Design Question: Build a Feature flag libraryWhat are feature flags?Feb 17, 20232Feb 17, 20232
Published inProAndroidDevMake Android apps more accessible to allAccessibility is about making sure that Android users who have limited vision or other physical impairments can use your application just…Mar 23, 20221Mar 23, 20221
Published inProAndroidDevAndroid 12 Privacy Changes For LocationAndroid 12 is giving more control on location permission. Here I am going to talk about the privacy changes in Android 12 that may affect…Jun 22, 20212Jun 22, 20212
Published inThe StartupAndroid 11 One Time Permission ChangesAndroid 11 giving users more control over sensitive permissions.Oct 12, 20201Oct 12, 20201
How to handle Keyboard on WebViews in AndroidHandling keyboards in WebView is the pain.I’ll show you how to achieve this using a flag provided by android. This flag is not…May 3, 2020May 3, 2020
Published inProAndroidDevNearby Connection APINearby connections is a peer-to-peer networking API that allows apps to easily discover,connect to,and exchange data with near by devices…Nov 4, 20194Nov 4, 20194
Published inProAndroidDevAndroid 10 privacy changes for accessing locationAndroid 10 gives users more control over when apps can get access to device location.Aug 10, 20191Aug 10, 20191
Android WorkManagerWorkManager is a part of Android Jetpack library and one of the android architecture component. So lets gets understanding of basics of…Mar 31, 20192Mar 31, 20192
How to flip items in RecyclerViewI came across the interesting requirement to flip all Recyclerview items with animation one by one on a button click. So here I am sharing…Sep 2, 20183Sep 2, 20183