Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does Jetpack Compose's recomposition mean?

  1. A Composable functions re-run when state they read changes
  2. B The app restarts
  3. C The layout XML is reparsed
  4. D The Activity is recreated
Answer

Composable functions re-run when state they read changes

Because composables may run often and in any order, they must be side-effect free. Side effects belong in LaunchedEffect or DisposableEffect.

All Android MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as