Skip to content

Instantly share code, notes, and snippets.

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

Uttam UttamPanchasara

🏠
Working from home
View GitHub Profile
@lopspower
lopspower / README.md
Last active November 9, 2025 23:30
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:

@lopspower
lopspower / README.md
Last active October 2, 2025 17:34
Material Animations

Material Animations

Android Arsenal

[Android Transition Framework][transition-framework] can be used for three main things:

  1. Animate activity layout content when transitioning from one activity to another.
  2. Animate shared elements (Hero views) in transitions between activities.
  3. Animate view changes within same activity.