I have two activities that are called in the following sequence: The first is inserted a text and once clicked on a button, it leads to a second activity. This second activity, when clicking on a next button, is then taken to a third activity, the first two, must be completed and the third continue on the screen.
Note: I can not end the first by calling the second one.
Is this possible?
Thank you.