Microphone Key
in
Android Processing
•
24 days ago
Hi Developers.
Anyone knows how it's possible to use the Microphone Key included in the soft keyboard?
This is an example for the ENTER key:
if (keyCode == android.view.KeyEvent.KEYCODE_ENTER) {
println("Enter key");
}
If I can not type the mic button it's impossible to do the Speech recognition.
Thanks a lot for your help
Anyone knows how it's possible to use the Microphone Key included in the soft keyboard?
This is an example for the ENTER key:
if (keyCode == android.view.KeyEvent.KEYCODE_ENTER) {
println("Enter key");
}
If I can not type the mic button it's impossible to do the Speech recognition.
Thanks a lot for your help
1