i want get the editText's string write in txt file
but result is null
e.g:
editText a=(editText)findViewById(R.id.name);
String a_string="hello"+a.getText().toString();
The contents of the file is only "hello : null"

Return to View, Layout & Resource Problems
Users browsing this forum: No registered users and 9 guests