SHISHIRAppCompat View vs Normal Android ViewThe main difference between AppCompat View and Normal andorid view is AppCompat views support compatible features on older version of…Dec 28, 2023Dec 28, 2023
SHISHIRAndroid Build Process Step by StepAndroid studio build system is based on Gradle. Gradle has a lot of plugins. Android Gradle Plugin (AGP) is one of them which manages the…Dec 25, 2023Dec 25, 2023
SHISHIRExploring the Relationship Between Gradle, AGP, and Android API Levels in AndroidConnection between API level, AGP version, gradle version and Open JDK version.Dec 24, 2023Dec 24, 2023
SHISHIROpen JDK version, sourceCompatibility and targetCompatibility in AndroidOpen JDK version, sourceCompatibility and targetCompatibilityDec 23, 2023Dec 23, 2023
SHISHIRAAPT and R class in AndroidAAPT stands for Android Asset Packaging Tool. This is one of the default command-line build-tool with the Android SDK located in…Nov 14, 2023Nov 14, 2023
SHISHIRRetrofit and OkhttpWhat is the connection between Retrofit and OkHttp?Oct 24, 20231Oct 24, 20231
SHISHIRinPROGRAMMING LITEAndroid Core: JVM, DVM, ART, JIT, AOTIt’s really important to understand that how android app works and what components are used to make android device work.Dec 27, 20201Dec 27, 20201
SHISHIRinPROGRAMMING LITEAutomatic SMS verification with SMS retriever API in AndroidNowadays, SMS verification is the best way that is being used by mobile applications for login purpose. There are many ways to…Dec 23, 20202Dec 23, 20202
SHISHIRUIScrollView With AutoLayout in iOSPut a scroll view into the view controller and set constraints (leading, top, trailing, bottom) as (0, 0, 0, 0)Jun 20, 20201Jun 20, 20201
SHISHIRRetrofit 2: Http Response CachingCaching is nothing but a way to store network fetched data on a device’s storage and access later when the device is offline.May 28, 20204May 28, 20204