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 <intent-filter> for my service I can use to
accomplish this? Perhaps some logic I can use within my app to look at
all the available keyboards and pick the right one to use?


On more of a design note I read this post:
http://groups.google.com/group/android-developers/browse_thread/thread/64b646a5a016868b/3f6ba5c8a593492d?lnk=gst&q=custom+keyboard#

This leads me to believe if I want a keyboard with custom keys for my
app I should not leverage this framework at all?  Lets say I have a UI
with several EditText fields (text, numeric, and then custom) and I
want to fill each out.  Closing the default keyboard, opening another
UI doesn't seem like a smooth user experience to me.


-- 
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

Reply via email to