I would like to add to an array from input thru a textfield when the add button is pushed.
array im adding to:


String[] name = {"Stapler", "Pens", "Paper", "Staples"};

I have a gettext...