I am developing android app which will provide dictionary support(suggestions while typing).
So, I have a directory of 50000 words in text format(.txt).So is it possible to store and retrieve the .txt
file as it is in android.
Please suggest some approaches