After users have been engaging with your Android app for a while, they may encounter […]
Android UX – intros
The first thing users see when they open your app. A well-designed splash screen can […]
Diagram of Java’s collections
I’m not exactly sure when I discovered it, but I have come across an incredibly […]
Things every developer of Android and Kotlin should know
“Kotlin is compatible with Java and can be used to create applications for the Android […]
Batch rename all files in a folder to lower case
Here is the snippet ready to use in terminal:
Google Play Billing Reports – modify csv to display only specific columns
To avoid having to do manual modifications to the csv file, we can use a […]
Regexp – how to add element to words listed in the column
Here is an sample hot to add element to all words listed in the column. […]
Uninstaller for Adobe Acrobat Reader DC for MAC
Just delete the file from this site and follow the instructions: https://www.adobe.com/devnet-docs/acrobatetk/tools/Labs/cleaner.html The file is […]
XAMPP + xDebug + PhpStorm (notes + snippets) for MAC (2021, December)
NOTE: XAMPP is going to use PHP version 8 in this “tutorial”. Install xampp. If […]
PHP – convert parameter to boolean
In short, here is the snippet converting parameter from POST/GET to boolean: