Today I Learned

hashrocket A Hashrocket project

Mirror Android screen on Mac

If you're developing an Android app and you want to use a real device instead of the emulator then you can use scrcpy:

scrcpy --stay-awake

It's faster than the emulator and you can interact with your computer's mouse & keyboard with the Android device.

See More #mobile TILs