Good evening my friends, I want to ask you a question that maybe for you is super simple, what I want to do is store chains in a CharSequence obtained from an EdtiText.
I explain when I click on a button, the value that contains the EditText is stored in the CharSequence the N times it is clicked, if in the EditText I write Apple then I click store apple , then type pear and store pear , etc.
to get something similar to this:
CharSequence[] frutas = {"mazana","pera", "..."};