Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have done a database for the suggestion words
but where to put it into the android soft keyboard example and how to use the words from db in the program? so that I will not need to type the word completely and it will shown the suggestion word in database

share|improve this question

3 Answers

Inside the SDK check out the Samples folder, this contains a soft keyboard example and more information on how to suggest results.

share|improve this answer
Yes, I have tried the soft keyboard example. But I cannot analyze the whole coding well and I do not know how to do to add my suggestion words – Boy Kwok Jan 23 at 8:29

Have a look at this example code. this contains the nice working sample code.

Link 1

Link 2

Hope this will help you .

share|improve this answer
I have running the program but it does not relate to my question - suggestion word. – Boy Kwok Jan 23 at 8:30

You just need to handle database in SoftKeyboard.java Class.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.