I defined 2 Activities ,each screen as his own activity (is it the right way ?)
The first activity contain a Spinner so the user can choose a number and the next activity will receive the chosen number.
What is the recommended way to pass data between active's ?