I am writing a notebook, I can not understand how to put a list of saved files in the ListView .
File nameFiler = new File (namaFile); nameList.add(namaFile); //Исправить. OutputStream outputStream = openFileOutput(namaFile, 1); OutputStreamWriter osw = new OutputStreamWriter(outputStream); osw.write(mEditText.getText().toString()); osw.close();
правкаyours is not clear. - post_zeew