Salvataggio lettura e visualizzazione file su memoria interna android Save, read, and display files on Android internal memory

To store a liist in a file you have to convert it into a table in csv format; use the list to csv table for this
And after reading the file then convert the table in csv formst back into a list. If it is a 1 column list use the split block and split at \n to get the list again

For working with the file system, see also Some basics on Android storage system


listt2file.aia (2.3 KB)

Taifun