Re: [android-developers] Custom Keyboard for an App

2011-01-09 Thread Dianne Hackborn
Hi, no of this keyboard is only for your app, this is really not what the IME architecture is for, which is for separate input methods to be implemented independently of applications. On Sun, Jan 9, 2011 at 4:12 PM, Justin Glaeser wrote: > Hello, > > I have created a simple custom keyboard based

[android-developers] Custom Keyboard for an App

2011-01-09 Thread Justin Glaeser
Hello, I have created a simple custom keyboard based of the SoftKeyboard Example in the Android SDK. Assuming the user allows the keyboard to be used, I would like the following behavior: My app: My keyboard All others: Default keyboard Is there any kind of for my service I can use to accompli