How to Build a Disney Plus Splash Screen with Jetpack Compose
What You Will Build A transition showcase screen with four different enter/exit animation styles - Slide, Scale, Rotate (fade+scale), and Fade+Slide - switchable via…
Youtuber @CodeWithWilliamJiamin's Website
• 2 min read
What You Will Build A transition showcase screen with four different enter/exit animation styles - Slide, Scale, Rotate (fade+scale), and Fade+Slide - switchable via…
• 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 multi-screen app with Navigation Compose where each screen is accessible via a route string (like profile/user123 or detail/42). The…