I am going to do an android application. In that app, I have to add the customized keyboard. So that I am trying to create my own customized keyboard. I found the code for the keyboard from the android sdk's sample(SoftKeyboard). When I execute the code, the keyboard is installed and showing in my app.
The problem is, 1) The keyboard is installed and can access by all the apps. But I want to install it only for my app. 2) And the keyboard is not giving the auto-suggest words. So How can I show the auto-suggest words in that SoftKeyboard. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

