I new to android studio and java in general. I am wondering if there is a good way to send data to multiple activities. I have 6 activities in my app right now, on the first activity the user will enter text. I have figured out how to make this text go from the first activity to the second activity. But I also want this text to show up on my 6th activity which is a summary page. Is there an easy way to do this?
Thanks in advance!