The question is very abstract, I understand it and the answer is naturally waiting for about the same.
What is the logic of the app on Android, the psychological test? It is clear that you need to use the if else , but what to do next is not entirely clear.
For example, there are three questions, in each question there are two choices of the answer and at the end the result is displayed.
For example, the user pressed the button 1 in the first question, I write if (a==1) then {} , and how best to continue to redirect to another activation using intent or is there a more correct way?