The guide to correct way of preventing back navigation to login screens once user is logged-in
Blog (#android)
2020 (4)
Use the command `adb shell svc power stayon usb`
Writing our own custom android lint rules for verifying AndroidManifest file.
Writing our own custom android lint rules for verifying layout files.
2019 (3)
Simple adb command to help you fire deep-link url in mobile from your console.
Android Pie only allows HTTPS traffic by default & blocks all HTTP requests. You can enable HTTP communication for your API endpoints once you have configured this little thing.
A couple of scripts that help to toggle display of layout-bounds on connected Android device using ADB.
2018 (4)
Charlie Munger has said that avoiding to be stupid is more beneficial when compared to trying to be intelligent. So, let's take a look at some mistakes that we can avoid while walking the path of Android development.
Make it easy for your users to rate your Android app.
Let's see how simple it is to show correct feedback to user on whether they are connected to the network or not in Android.
Learn how to secure your API keys while keeping the source code for that Android app open-source.