android-softkeyboard
How to set height of custom soft keyboard in android?
I want to create a soft keyboard which needs to be displayed in only half of the device screen. The main intention is that user can see and select items in the screen even while the keyboard is displ[详细]
2023-03-04 14:50 分类:问答Flash APIs for Android Platform
My usage is very limited. 开发者_如何学GoAll i need to do is to invoke the soft keyboard from within my flash application. Is there anything I can do, without using a textfield or any such editable co[详细]
2023-03-02 02:44 分类:问答How to create Virtual KeyBoard and use it to replace the default keyboard?
I want to create a Custom Virtual KeyBoard and use it to replace android\'s default keyboard. I don\'t know how I can start it. I am following this SoftKeyboard sample code but I am not getting anythi[详细]
2023-03-02 01:15 分类:问答How to initialize the onscreenkeyboard on the number view?
Hey, I\'m making an app where users should sometimes write numbers. Is there a w开发者_如何学编程ay to display the number view of the onscreen keyboard right away? So the user won\'t right \"hundred[详细]
2023-03-01 11:17 分类:问答Adview displaying on top of soft keyboard
I have just integrated AdWhirl into my app. I have the AdWhirl view set to show up on the bottom of the layout of my main activity. I have a few EditText boxes on my main layout and when the app first[详细]
2023-02-27 02:44 分类:问答Android Honeycomb and imeOptions
I have an application with a EditText with the following properties: <EditText android:id=\"@+id/sendText\"[详细]
2023-02-26 08:42 分类:问答Android soft kyeboard: how do I make buttons at bottom of my layout (say, like SAVE, CANCEL etc) always visible, even with the soft keyboard enabled?
I am sure there must be a simple way for this, but I havent found an answer yet. Let me further explain. My activity (looks like an application form) has a good number of EditText and buttons, their[详细]
2023-02-24 22:41 分类:问答Setting the position of the soft keybaord in android
I am wondering if there is any way to set the position of the soft keyboard in android? I have a toolbar at the bottom which i want to remain visible when the keyboard appears. So is there any way of[详细]
2023-02-24 13:03 分类:问答Android: On Single back key press soft keyboard should be hidden and activity should be finished as well, how to make it possible?
I have one activity which has one EditText component and three buttons. Clicking on EditText Components pops a soft key board.[详细]
2023-02-22 06:09 分类:问答Android show softkeyboard with showSoftInput is not working?
I have created a trivial application to test the following functionality.When my activity launches, it needs to be launched with the softkeyboard open.[详细]
2023-02-21 18:45 分类:问答