0

I wish to create my own custom keyboard on android. It seems the below project on google code project should be able to achieve this. But to extension to this what I also want to add is ability to handle browser events when user is using custom keyboard. ie if user clicks on browser address bar or any text box on the page opened I should be able to determine that as well? Is there a way possible?

http://code.google.com/p/android-misc-widgets/source/checkout

Thanks, nil

slayton
  • 20,123
  • 10
  • 60
  • 89
nilMoBile
  • 1,932
  • 4
  • 15
  • 20

1 Answers1

0

I'm not sure what your question is, but I think you are asking how to create a keyboard that is used when the user clicks on textfields in other apps. Is that right?

If you want to create your own virtual keyboard then you should definitely start by reading the Android IME Docs they are really good and even provide code for a example keyboard that you can download.

slayton
  • 20,123
  • 10
  • 60
  • 89