I need when I get to the last question screen of my application I can go back to the menu screen that is the screen after the main and only in this final screen of questions that I can zero the list. Thanks!
I need when I get to the last question screen of my application I can go back to the menu screen that is the screen after the main and only in this final screen of questions that I can zero the list. Thanks!
Have you ever thought about using Flag? For example: Intent screenMenu = new Intent (RecordActivity.this, MenuActivity.class);