5 matched
all posts
Posts tagged #compose
compose2024.03.14 · 8 minMedium
Container transform animation with Lookahead in Jetpack Compose
Recreating Material's container-transform pattern using LookaheadLayout — without resorting to shared-element shims.
- #android
- #compose
- #animation
- #lookahead
compose2024.03.12 · 10 minProAndroidDev
Animations with Lookahead in Jetpack Compose
Using LookaheadLayout to drive smooth, layout-aware transitions that survive recomposition and structural change.
- #android
- #compose
- #animation
- #lookahead
compose2024.03.04 · 8 minProAndroidDev
Instagram-style long-press & draggable carousel indicators in Jetpack Compose
Building the long-press, expand, and drag-to-scrub indicator pattern that Instagram uses for its image carousels — in Jetpack Compose.
- #android
- #compose
- #animation