I have an ArrayList called "answers" in an activity. And I want that, when in an activity where a survey is created, a certain question is answered, add the answer, which is in string, to the array "answers". But I can not because the array is not created in the survey activity. Thanks in advance!