I have a application where the user can write a text into a EditText
and the written text is saved in an auto generated .txt
file.
Now I want to show all the txt files from the folder in an activity, not like a regular file browser, just the title of the .txt
files in a ListView
or as a TextView
(each file is illustrated as a TextView).