ime
android input method problems
A few questions about android: Is it possible to replace the keys in default keyboards ? For example, is it possible to replace the dot in the numeric keyboard with a comma ?[详细]
2023-03-22 22:09 分类:问答I/O with dictionary file on an Android Input Method (IME)
I am currently developing an Android IME and I want to have a file that I will use it as a dictionary so I want to read and write it.[详细]
2023-03-21 05:23 分类:问答Android IME - how to detect entering a View?
I am trying to write a custom IME for the Android OS. However, I cannot figure out how to detect when the user is entering e.g. an EditText.[详细]
2023-03-08 02:49 分类:问答how to set default IME in porting Android?
in build/target/product/generic.xml I add PinyinIME to add it to my build. in makefile I set CUSTOM_LOCALES:= zh_CN en_US and ADDITIONAL_BUILD_PROPERTIES := persist.sys.timezone=Asia/Shanghai persist[详细]
2023-03-01 10:09 分类:问答xml for numeric keypad with "-" and "/"
I have an edit field that accepts numbers, but I 开发者_运维知识库want to be able to show fractions like \"3-1/2\". The numeric soft keypad does not have the \"-\" and \"/\" symbols available.[详细]
2023-02-27 08: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 分类:问答force dialog input to require fullscreen ime soft keyboard in landscape
I have a dialog box with an input, I have to automatically pop up the soft keyboard, current code: final EditText input = new EditText(this);[详细]
2023-02-14 04:56 分类:问答Problem using android:imeOptions="actionNext" in Table Layout
I\'ve got this Table layout with 3 EditText fields & a button that performs a calculation. <?xml version=\"1.0\" encoding=\"utf-8\"?>[详细]
2023-02-05 00:57 分类:问答Cursor movement and text retrieval in input methods
I\'m designing my first Android IME and am a bit overwhelmed. My goals are accessibility-related, and as such I wonder if perhaps I\'m trying things with the IME framework that just aren\'t possible.[详细]
2023-02-02 09:27 分类:问答Determine the corresponding character for a virtual key (using asian IME). .Net
How can I get the the character (a char or string) given a virtual key, or virtual key combination (System.Windows.Input.Key or System.Windows.Input.KeyGesture)?I\'m using an asian IME and I want to d[详细]
2023-01-30 10:15 分类:问答