tags:

views:

185

answers:

1

I want to add Czech dictionary to LatinIME (it is only missing part, UI and keyboard are already here). I found source of LatinIME in source of android itself. There is a sample.xml file which show correct structure for creating dictionaries, but there is a point I got stuck. What do I have to do next?

A: 

I have starting reading about this about a week ago. I think you should read code from this link. He did something similiar but in Greek.

Hope it's useful.

Macarse
Good link, thanks.I'll try to figure out
vorcigernix
looks like it is only keyboard, can't find dictionary
vorcigernix
check http://code.google.com/p/android-greek-ime/source/browse/trunk/src/net/bitquill/inputmethod/greek/BinaryDictionary.java he loads a dict in the static block using System.loadLibrary("greekim");
Macarse
huh..feeling like real stupid, but can you explain more? In which file is dictionary specified? I didn't found any dict/xml file. Does it mean it is typed in some java file?
vorcigernix
The dictionary is here: http://code.google.com/p/android-greek-ime/source/browse/trunk/#trunk/jni
Macarse
ok, thanks for help man
vorcigernix