XML : Make two text fields equal to one another

I have a quick menu options where the user can change basic details for name, age and breed of their dog using the EditText fields. How will i link it with the TextView fields in the main menu so that when the user updates the details the new details are displayed on the main menu and stored on the device?

I was thinking about making the two fields equal to one another and I've tried but it doesn't seem to be working.

No comments:

Post a Comment