I have an editText field where the user is supposed to enter keys and a button that is supposed to start a background task (see screenshot).
But when I enter landscape mode, the button disappears and is replaced by a DONE
Button.
So, now I need to either know, how to access this DONE
button to tell the app to stop the background task or make my BUTTON
reappear again.
Can you provide me with info on any of these?