Data of a Spinner between activities

0

I would like to know how to make a Spinner reload the data I had when I come back from another Activity . That is, I have a Activity 1 with a Spinner and a button to go to Activity 2 , in that Activity 2 there is a button to go back and show the data that was previously in Spinner .

    
asked by Adr 05.06.2018 в 08:12
source

1 answer

0

You can pass the data you want with an Intent and pick them up from the other activity with getIntent I'll give you a link explaining how to do it: link

    
answered by 05.06.2018 / 09:59
source