Run Multiple Android Studio Versions On A Single Machine
When working on multiple projects, particularly if the project is quite old and a huge team is working on it, we will…
Writing
Clear, structured notes on Android, Kotlin, Git, and shipping software.
When working on multiple projects, particularly if the project is quite old and a huge team is working on it, we will…
Android developers who think their secrets are safe in the Android app need to re-think because apps can be reversed in 3…
With the growing concerns on the permissions requested by every application, users are starting to trust apps that do not enforce them…
If you are trying to add a Backup & Restore feature into your app and you have made use of Room DB,…
Google’s new In-App Update API is simple to use and testing it requires minimal steps. First we will declare the variables we…
A 5 minutes guide to adding Localization to our Android App. When developing, our main target is to make it accessible to…
We all want our users to stay on the latest app we release with all the bug fixes and feature enhancements. Unfortunately,…
When Google introduced Android App Bundle, it was remarkable as it lowered the download size of every app by approximately ~30%. I…
We all want to earn money through our mobile application as soon as they launch. Probably, the best to earn is to…
At some point in time, we all wanted to keep some of our data secure from being hacked/reverse engineered. The basic security…