Recently we came across an interesting feature, to set static MAC address for the wifi ssids for Android 10 and above devicesMAC Randomization generates a random MAC address for...
Android 11 introduces work profiles for company owned devices with improved support for work profiles If a work profile is created from a setup wizard using QR code or zero touch...
In this blog we are going to know how to convert javascript files to typescript files Even though while compiling a typescript file it will produce javascript files with the same...
Now a days every programmer will follow a principle which says Don’t Repeat Yourself(DRY), So, we have methods/functions in programming and we can call them when it is...
Recently, we found an interesting bug while working with one of our partners The issue was that even though our application and the libraries needed for our application were not...
AsyncTask is used to perform time talking operations in android, but it’s marked as deprecated from android 11 There are many alternatives are available for replacing...
Developing Android Application as an Android Developer requires a lot of things out of which writing code & navigating through code is an important aspect So while doing...
Often we come across bugs reported by customers which are not reproducible at our end but it is reproducible in the customer's environment Once you've made a number of attempts...
Hello Seekers! In this blog, We will get an overview of PASETO - a secured alternative for JWT and how it solves the security issues of the widely used token based...
Hello Seekers! In this blog, I will take you through the procedure of compressing files into a zip from Amazon S3 without memory or disk usage Interesting Hop in then Amazon...