How do I add text from an EditText field to different TextViews in android studio
问题 I'm relatively new to java and new to android studio, so any explanation would be greatly appreciated. I want to create an app that allows the user to enter someones name and assign them to one of two teams. I am at the point where the user can add one name to each team but I am unsure how to add multiple names to each team. In my XML I have a EditText field to enter the name, two buttons to put them in Team 1 or Team 2 and two TextViews to display all the people in each team. <EditText