Expert guidance for the TrainIQ "Alive" interface using Material 3, advanced Compose animations, and haptic feedback. Use when creating new screens, transitions, or micro-interactions.
Expert guidance for creating the "Alive" interface using Material 3, advanced Compose animations, and platform-native feedback.
MaterialTheme.colorScheme to support user-defined themes (Android 12+).TonalElevation to distinguish between different layers of information.Theme.kt (Display, Headline, Title, Body, Label).SharedTransitionLayout (Compose 1.7+) for transitions between HomeScreen and WorkoutScreen.HapticFeedbackType.LongPress for editing sets.HapticFeedbackType.TextHandleMove for scroll snapping in timers.expandVertically + fadeIn for adding new sets to a workout.