Is there a way to guarantee that an EditText is never empty?
I have EditText1, EditText2, and EditText3 being written to 1.txt, 2.txt, and 3.txt, if the user deletes the content from the text file the app crashes.
Even with "Hint text" the file size is still zero bytes.
I have EditText1, EditText2, and EditText3 being written to 1.txt, 2.txt, and 3.txt, if the user deletes the content from the text file the app crashes.
Even with "Hint text" the file size is still zero bytes.
Last edited: