Excluding JNI libraries from APK

How to remove JNI libraries from APK

Screenshot of device with adb

Snippet for taking a screenshot of the connected device with adb and putting the image in a specified folder with current date/time as filename.

Toggling between dark and light mode with adb

When developing an app that has both a dark and a light theme. I often find myself switching between dark and light mode to see how the UI looks. Previously I've been doing the toggling manually via Quick Settings. But recently I learned that you can toggle this via adb...

Hello, world!

Hello, world!