How to Build a Custom Styled Slider with Jetpack Compose
What You Will Build A screen with two custom-styled sliders: a primary slider using default Material3 theming and a secondary slider with custom orange…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
What You Will Build A screen with two custom-styled sliders: a primary slider using default Material3 theming and a secondary slider with custom orange…
• 2 min read
What You Will Build Three colored circles that orbit around a center point with different phases using infinite animations, creating a metaball-style visual effect.…
• 2 min read
What You Will Build A full-screen particle emitter where 50 glowing circles drift upward against a dark background, wrapping around when they reach the…
• 2 min read
What You Will Build A wallet-style card stack where credit cards fan out with a spring animation when tapped, and collapse back into a…
• 2 min read
What You Will Build A five-star rating component where tapping a star fills all stars up to that level with a bounce animation. The…
• 3 min read
What You Will Build An interactive app icon designer that lets users pick an SF Symbol, choose a background color, and adjust corner radius…