How to Build a Pinterest-Style Staggered Grid with Jetpack Compose
What You Will Build A Pinterest-style masonry layout using LazyVerticalStaggeredGrid where items have varying heights and are arranged in two columns. Each cell displays…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
What You Will Build A Pinterest-style masonry layout using LazyVerticalStaggeredGrid where items have varying heights and are arranged in two columns. Each cell displays…
• 2 min read
What You Will Build An adaptive grid of colored cards that supports an edit mode. In edit mode, cards wiggle with a repeating animation…