You are in CheatActivity
, you press ‘Show Answer’ and you save this information calling to setAnswerShownResult()
. You’ll send the information to MainActivity
when you destroy the current one, but…
¿What’s happen if you rotate the screen before leave the activity? Is this information going away? Where we should save that the user is a cheater?