I need to read Data from EditText and When click "Write Data" Button, it needs to save the file in External Storage of Device as .txt file, and when i Click the "Read Data" Button, it needs to retrieve the data and bind in TextView.
↧
I need to read Data from EditText and When click "Write Data" Button, it needs to save the file in External Storage of Device as .txt file, and when i Click the "Read Data" Button, it needs to retrieve the data and bind in TextView.