So I have a button in my app and an edittext. When I click the button and write something in the edittext, a textview changes. It all works as it should except for one thing
Simply use getText() to get text from EditText And then set text of TextView using setText().