MacOS ssh key keychain
[code]
ssh-add -K ~/.ssh/id_rsa
ssh-add -A
[/code]
edit or create file ~/.ssh/config
[code]
Host *
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
[/code]
Android Emulator tip
Kotlin
Kotlin: The Good, The Bad, and The Ugly
Kotlin for java developers
Working with variables in Kotlin
Kotlin for android
30+ Kickass Tools to Develop Android Apps Like a Pro
30+ Kickass Tools to Develop Android Apps Like a Pro