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 December 24, 2023 13:01
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.
@lopspower
lopspower / README.md
Last active April 18, 2024 11:03
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.

Download This sample on Google Play Store