I have an app built utilizing three EditText items and a button. All works well but when the last information is entered into the last EditText and the button clicked the information disappears from that button. Initially I was not concerned as it was a password entry however if there is another request it creates an issue.
Sorry, the last piece of information entered is the password. When the submit button is clicked the information in the EditText field clears but the other two EditText's where it asks for confirmation code and phone number are still visible.
Thx
R
If you really expect a concrete answer you must post your project as a zip file (IDE menu Files / Export As Zip) so we could see in your code what you have done and test it in the same conditions as you do. Otherwise without any code impossible to help you.