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

Which Compose function preserves state across configuration changes and process death?

  1. A rememberSaveable
  2. B remember
  3. C mutableStateOf alone
  4. D derivedStateOf
Answer

rememberSaveable

remember survives recomposition only. rememberSaveable additionally writes to the saved instance state bundle.

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