Ciao a tutti, dovrei realizzare un APP dove già deve essere presente un file di testo ("parole.txt") da far caricare ogni volta all'APP quando viene aperta.
Sapete aiutarmi?
Grazie
Ciao a tutti, dovrei realizzare un APP dove già deve essere presente un file di testo ("parole.txt") da far caricare ogni volta all'APP quando viene aperta.
Sapete aiutarmi?
Grazie
You can upload the .txt file through the "Media" pane, and use it from there; but, I don't have much expertise in file handling, so you'll have to wait for an expert to answer...
Upload file in asset.
When app initialize
Read it with file component =>> read file //parole.txt
When got file display it in a label,listview etc