I'm trying to learn a little about android programming on the side, but I am still a beginner, so any help would be really appreciated, I'm sure this isn't too hard for someone with some experience.
What I want to do is be able to load up an activity, which originally just an "add button" button.
When the add button is clicked the page links to 3 user inputted strings (say str1, str2, str3). I want to be able to click a button on this second activity and have the screen link back to the original activity, with a new button added displaying "str1 str2 str3" and the "add button" button underneath that new one.
I have managed to do the first part and have created all of the fields and the button on the 2nd activity, but I don't know how to go about creating the button back on the first activity dynamically and with the string desired.
Thank you all in advance!!