Tag: jetpack-compose
All the articles with the tag "jetpack-compose".
-
Circular Reveal Animations in Jetpack Compose
Learn how to create smooth circular reveal animations in Jetpack Compose using clipping and pointer tracking.
-
Color Animation Basics
Learn the right way to animate colors in Jetpack Compose, avoiding common pitfalls when animating between colors.
-
Animating the Airbnb Logo in Jetpack Compose
Create a smooth Airbnb logo animation in Android with Jetpack Compose and Canvas. Follow this guide for reusable vector animations in Kotlin. Full code on GitHub.
-
Animating the Netflix Logo - Part 2 - Improving the Shadow
Explore techniques to update the Netflix logo's shadow effect using Jetpack Compose. This guide details step-by-step improvements, from simple shadow lines to complex blurring effects, to closely match the latest brand guidelines. Access the full code on GitHub.
-
Animating the Netflix Logo - Part 1 - The Intro Animation
Learn how to recreate the Netflix logo animation for Android, using Jetpack Compose in this step-by-step guide. Explore essential animation techniques in Android development through detailed code examples. View the full project on GitHub.