android-softkeyboard
Android: Key Stroke Count
Im trying to record the number of keystrokes in an edittext in my android app, but im coming up blank with a way to do it.[详细]
2023-02-07 23:43 分类:问答Hiding the android keyboard for EditText
Whenever I click in the EditText the Android keyboard popup window appears, b开发者_StackOverflow中文版ut I don\'t want the keyboard to pop up.[详细]
2023-02-07 06:15 分类:问答Are all the Unicode characters supported on Android
My question is simple. Are all Unicode characters available in Android? I actually am using the soft k开发者_JAVA技巧eyboard and I want to add a few arabic letters which I can\'t find the codes for.An[详细]
2023-02-06 16:44 分类:问答Make entire EditText viewable?
Here is my problem: The keyboard covers up the EditText.开发者_如何学C How can I prevent this from happening? Here is my original view (without the keyboard):[详细]
2023-02-06 14:04 分类:问答How to call power off,reboot dialog from application?
I would like to call power off,reboot, etc.. dialog as same as default android dialog when push power button long from my application.[详细]
2023-02-06 08:57 分类:问答Show soft keyboard when the device is landscape mode
This code seems not to work in Landscape mode: EditText destinationSearch = (EditText) findViewById(R.id.dest开发者_开发技巧inationSearch);[详细]
2023-02-06 05:03 分类:问答Android - how to detect soft keyboard shown in the screen [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Android: how can i tell if the soft keyboard is showing or not?[详细]
2023-02-05 23:22 分类:问答Can't get keyboard to load onCreate()
My aim is to get the keyboard to open as soon as the app is loaded. Using this code, InputMethodManager inputMgr = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);[详细]
2023-02-05 08:35 分类:问答Android: Detect user inactivity / Detect (softkeyboard) keyboard input
I want to detect \"user inactivity\" in my Android app. To be more precise: I want to detect if the user has NOT done any interaction with my app (touching the screen, scrolling, input texts ...) for[详细]
2023-02-05 04:04 分类:问答Open/close softkeyboard (Galaxy S)
Alright, another weird problem. I have activity Main.java and DialogLikeActivity.java. In Main I have EditText (articleNumber) - phone input type (in .XML)[详细]
2023-02-03 05:10 分类:问答