Change sound / click on soft keyboard - android

I need help with the project that I am doing. Hope someone can help me :)

I need to change the sound or click on the keyboard when I type editText. I need a sound / click to be any sound that I can prefer (in wave-, mp3- or any other format).

So a couple of questions:

  • Can I change this on an already implemented keyboard?
  • Or should I make my own keyboard?
  • If so, how to do it? Can I find the source code somewhere?

I considered other questions on how to create my own keyboard. For example, How to create your own keyboard for an application in Android? And if I need to make my own keyboard, I want to look like this. But how to do that?

+3
source share
1 answer

Can I change this on an already implemented keyboard?

You can't ... it's already built, and some manufacturers provide their own keyboard implementations.

Or should I make my own keyboard?

Yes you should.

If so, how to do it? Can I find the source code somewhere?

There are several open source keyboard implementations projects ... for example:

There you can learn how to write your own keyboard, which is completely different from writing a regular application.

, Gingerbread-Keyboard ( Android 2.2 )... . , , .

+3

All Articles