Hello I’m new to android programming. I would like to ask how can I pass data to another activity using intent? My case here is, I have a 3 radiobuttons, if the user clicks on the 1st button and finally clicks the OK button, it should be retrieved(the text) to the other activity.
0 Option 1
0 Option 2
0 Option 3
then in the other activity it should be like this:
Option 1 is chosen.
You can pass as data Between Two Activities:
and in Receiveractivity :