[JetSurvey] Use AnimatedContent to slide in and out changes between questions by riggaroo · Pull Request #842 · android/compose-samples

Conversation

@riggaroo

Added two usages of AnimatedContent into JetSurvey.

  1. Switching between Question Content
Before After
Survey_Questions_No_animation_Demo_Mode End_Questions_optimized
  1. Switching from questions to results
Before After
End_Congrats_Before_DemoMode End_Congrats_Final_Demo_Mode

Animate the changes between different question screens, as well as the end result screen.

IanGClifton

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thank you! I had just one super minor comment

simona-anomis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

JetsurveyTheme {
viewModel.uiState.observeAsState().value?.let { surveyState ->
when (surveyState) {
val state = viewModel.uiState.observeAsState().value ?: return@JetsurveyTheme

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the ?: return@JetsurveyTheme change?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@riggaroo riggaroo deleted the riggaroo/jetsurvey-animated-content branch

June 20, 2022 14:08