How to Build a Splash Screen Animation with Jetpack Compose
What You Will Build A custom segmented control (tab selector) with rounded corners, highlighted selection state, and content that changes based on the selected…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
What You Will Build A custom segmented control (tab selector) with rounded corners, highlighted selection state, and content that changes based on the selected…
• 2 min read
What You Will Build A premium subscription screen with a feature checklist, selectable plan cards with radio buttons, and a subscribe button. Plans highlight…
• 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 chat screen with a conversation thread, message bubbles aligned left (received) and right (sent), timestamps, an online status…
• 2 min read
What You Will Build A full chat screen with a conversation thread, message bubbles aligned left (received) and right (sent), timestamps, an online status…
• 2 min read
What You Will Build A branded splash screen with a deep gradient background, a pulsing and rotating radial glow ring behind the logo, and…
• 2 min read
What You Will Build A full-screen starfield with 200 twinkling stars drifting horizontally and a shooting star trailing across the sky. The entire scene…
• 2 min read
What You Will Build A social media feed with user avatars, post content, like counts, and interaction buttons, modeled after the Pinterest card-based layout.…
• 2 min read
What You Will Build A pulsing, glowing orb with orbiting particle dots and a radial gradient glow effect. The orb breathes (scales up and…
• 2 min read
What You Will Build A set of colored cards that slide in from the right with staggered timing — each card waits 200ms before…
• 2 min read
What You Will Build A QR code display and scanner interface that draws a QR code pattern using Compose Canvas, complete with a scan…
• 2 min read
What You Will Build A recipe browsing screen with icon-based category cards, 5-star ratings, and a scrollable list. Each card uses a rounded container…