Questions tagged as 'android-softkeyboard'

1
answer

Listen to the Android keyboard to detect when a particular word is written

I would like to be able to obtain the keys that the user is clicking within an activity to know when he has written a specific word on the Android keyboard. So far I have used the onKeyDown method without much success: @Override public boolean...
asked by 27.03.2017 / 18:00
4
answers

Disable the functions of the three buttons (Back, Home, change app) android [closed]

I am looking for some way to disable the functions of the navigation bar buttons so that my app can not be closed. Thank you very much.     
asked by 27.01.2017 / 21:46
1
answer

Disable native Android virtual keyboard in my [duplicate] app

I have an app that only contains a webview (and NOT an EditText). In the web that I use for the webview, I have my own keyboard designed by me, so I do not want the native keyboard of the cell / tablet to appear when I click a textarea or inpu...
asked by 16.07.2016 / 06:58
2
answers

Problem with the android cellphone keyboard

I have a problem that when I run my application on Android what happens is that I have some buttons at the bottom of the screen and pressing an EditText appears the keyboard and hides my buttons , I want to know how to do so that the button g...
asked by 10.10.2017 / 23:44
2
answers

How can I open and close the virtual keyboard (soft-keyboard)?

I want to show the virtual keyboard (soft-keyboard) for some EditText that has focus and that has been obtained programmatically (without having been pressed). And close it when an event occurs such as pressing a Button on the sc...
asked by 03.12.2015 / 00:05
0
answers

Poblema with the Keyboard and Edittext

I have a edittext within a listview with a custom adapter, in that edittext I enter amounts and I have a textview where the sum of the input is displayed. The problem is that when I enter an amount of a thous...
asked by 16.06.2016 / 17:46