Add Items to an ArrayList<String> that has been passed between Activities
问题 I have Looked around here on StackOverflow and the internet and tried a few things but all of them are giving me the same general problem. I have an ArrayList that I create in one activity and then send it through (another activity or 2 others depending on the users choices) and in each activity (including the one that the arraylist is created in) has the user select a single button from a group. Upon selecting the button I have a listener that creates a simple string and then adds that