is it possible to have dictionary in j2me applications..?
is it possible to have dictionary in j2me applications..?
Hi,
Ya you can develop a dictionary in j2me App. Do you want to develop Static dictionary or dynamic(Add the new words which is not there in dictionary) . Static dictionary is simple list out in a file whatever word you want to have in a dictionary read as the resource file Like this you can do. In case of dynamic Dictionary you have to use record store to add the new word , delete the word's . But here Home Meany words will going to save in the RMS will comes to matters.
http://java.sun.com/j2se/1.4.2/docs/...ictionary.html
Is this what you meant? If so, I don't think it's available in J2ME.
what i mean is like when you are writing any word text we get different words available starting with that letter.
for example : if u type "he" it gives options like hello,hell etc....
Regards
Shashi
Hi,
It should be called: keyword suggestions or smt like that. I am not sure you are asking for IDE or application itself.
If IDE, the Netbean or others all support keyword suggestions if you install correct version.
If you want to develop application with keyword suggestions, surely you can (at least I dont see why cannot).
---Knowledge sharing is power---
Hans
hi, i'm planning to create static dictionary, and i'm having problem to where should i put the list of the words and it's definition, should i keep it in a text file? or a .dat file. i have the last option put it in a record store