As newbie I completed a stringsearcher using a 60.000 word dict file. It works and even acceptably fast on the Emulator (!). Two small problems though:
List1 = File.ReadList(File.DirAssets,"woorden.lst")
I get an I/O error with 500K words file. It works with 60K words. Any workaround? The List itsself seems not the problem, it can go quite big, as I have tested.
Second problem: after the user fills the EditText and presses GO! button, I want the keyboard to disappear. HOW?
(So far I am impressed! Next goal is to make an advanced text search tool using RegEx)
Bas