Multiple choice

If you created an email application, any text entered by the user should be saved to your database during ______ callback.

  1. onCreate

  2. onPause

  3. onStop

  4. onResume

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

If you created an email application, any text entered by the user should be saved to your database during onPause callback. During this your activity is still visible, but it is no longer focused.