Skip to content

Instantly share code, notes, and snippets.

View robindanielk's full-sized avatar
🏠
Working from home

robindanielk robindanielk

🏠
Working from home
  • Bangalore
View GitHub Profile
@robindanielk
robindanielk / mutablelivedata.md
Created September 1, 2021 07:50 — forked from humblehacker/mutablelivedata.md
Don't expose MutableLiveData
@robindanielk
robindanielk / android_studio_shortcuts.md
Created September 22, 2020 13:06 — forked from stkent/android_studio_shortcuts.md
Android Studio Shortcuts (Mac)

Android Studio Shortcuts (Mac)

Notes:

  • Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences > Keyboard].
  • Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences > Keymap].
  • A fairly complete shortcut list can be found here.

Useful symbols:

@robindanielk
robindanielk / README.md
Created August 18, 2018 11:18 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

All hex value from 100% to 0% alpha: