Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create an Android Keyboard Dictionary

So I would like to know how to create a dictionary, like the english/spanish ones that are included already on the phone. What I want to do is put the english and spanish one together so that users do not have to switch between them, and also add words that are products of combining english and spanish together to make a word. How could I do this? What do I need? And I want to create the dictionary used by the keyboard, not a keyboard.

Thanks in advance!

like image 292
cb1295 Avatar asked Sep 16 '26 05:09

cb1295


1 Answers

Take a look at this: http://developer.android.com/resources/articles/creating-input-method.html

For an example with support for multiple input types and text prediction you can also have a look at the LatinIME source code. The Android SDK also includes a SoftKeyboard sample too.

like image 137
Kenny Avatar answered Sep 18 '26 19:09

Kenny



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!