You can save the files to the internal storage while debugging.
I got the program working just fine, both on the emulator & device. Even with 28,182 words in the list it runs pretty fast, even in the emulator.
The problem is, I can only get it to work with the text files on the SD card, using:
NWords = File.ReadList(File.DirRootExternal, "/B4A/Words/List1.txt")
I just cannot figure out where to place the text files in internal storage. I would like to distribute the text files as part of the apk package without the need for the user to manually copy the text files to a partaicular path on a SD card.
I'm sure I am just missing a simple concept here, but I have been two days trying to figure it out. Help please?