How to Build a Photo Gallery Grid with Jetpack Compose LazyVerticalGrid
What You Will Build Neon-styled UI elements that pulse with a glow effect: a neon text heading, a glowing circle with multiple glow rings,…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
What You Will Build Neon-styled UI elements that pulse with a glow effect: a neon text heading, a glowing circle with multiple glow rings,…
• 2 min read
What You Will Build A multi-screen app with Navigation Compose where each screen is accessible via a route string (like profile/user123 or detail/42). The…
• 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 mathematically-drawn heart shape on Canvas that pulses continuously with an infinite transition and explodes in scale when tapped, using…
• 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 functional todo list app with an add-task text field, toggle-to-complete checkmarks, strikethrough styling on completed items, and swipe-to-delete functionality.…
• 2 min read
What You Will Build A multi-step account deletion flow with a safety confirmation: the user taps "Delete My Account," a text field appears asking…
• 3 min read
What You Will Build An increment/decrement counter where holding the +/- buttons auto-repeats using iOS 17's .buttonRepeatBehavior(.enabled). Each value change spawns a floating number…