Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
14 views

Ediitext getting under keyboard kotlin android

I have a fragment, in that i have a scrollview,(edittext inside scrollview) and recyclerview as well. when i am clicking edittext, keyboard is hiding it. I have only one Activity and many fragments ...
Abdul Rafay's user avatar
0 votes
0 answers
13 views

Is there any way to get information about a hardware keyboard connected to an Android device?

I've looked everywhere but can't find an answer specifically for hardware keyboards. I've tried checking the devices list from UsbManager but it comes up empty. I am able to detect whether a hardware ...
Itamar Bitton's user avatar
0 votes
0 answers
25 views

Collapsible Banner covers the keyboard when displayed

When showing Collapsible Banner at the same time as using the device's keyboard, the keyboard is behind the ad. How to make the device's keyboard always appear at the top. I tested on some real ...
Ngô Trần Anh Phôn's user avatar
-1 votes
0 answers
18 views

Alternative row colors in a Android Custom keyboard

I am trying to create custom keyboard which is working fine, however, I want to give two colors for alternative rows. I have keyboard view xml and key_background and key_background1 defined, the code ...
Rupesh Nath's user avatar
0 votes
2 answers
50 views

Flutter getting the keyboard height before it render

i am creating chat app using flutter framework and i am trying to add emoji keyboard the problem is that I can't switch between the main keyboard and emoji keyboard smoothly is there any suggestions ...
Maher Gh's user avatar
-2 votes
1 answer
57 views

Combine more than one Unicode characters to form another new character like Glyph or Conjunct in Android Studio

I am trying to create a keyboard in my native language where some characters are formed by combination of other characters. Here is the code snippet that I have tried <Key android:codes=&...
Rupesh Nath's user avatar
0 votes
0 answers
23 views

IME window (a custom Keyboard) over not above navigationbar in android

I want IME window (Keyboard window) over the navigation bar. I have customized Keyboard which want to be over not above the navigationbar. I tried application_overlay however it is cover whole screen ...
Aman Srivastava's user avatar
0 votes
0 answers
23 views

Capacitor Android - Floating Keyboard

Im building a fullscreen android app using Capacitor and React JS. However I think in a typical fullscreen app in android, the keyboard will be floating by default as presented in apps like Fun Run or ...
Nazri AMZ's user avatar
0 votes
1 answer
100 views

Overriding AOSP keyboard

Error: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.android.inputmethod.latin.CarIME" on path: DexPathList[[zip file "/data/app/~~6CnZ_EwlgHaoEjQXjHx4lA==/com....
Aman Srivastava's user avatar
0 votes
0 answers
41 views

Hide navigation bar at AOSP codebase level without touching custom navigationbar application for Automative application

I have an automative application where I dont have access to application layer (custom application like navigation bar etc). Custom navigation bar has been developed. I want to disable this custom ...
Aman Srivastava's user avatar
1 vote
0 answers
35 views

Android app development - Enable/Disable automatic focus on key press of external/physical keyboard

When trying to process input outside of a specific input field, Android always puts a focus on the first element of the currently selected or focused view (also highlighted with color). This is not ...
coolersham's user avatar
0 votes
1 answer
122 views

Creating custom keyboard for Android, how to hide it with a button inside keyboard?

I'm creating a custom keyboard for Android (especifically, for Wear OS) with Kotlin and Compose. How to hide the keyboard when a button inside keyboard is pressed? When typing in Wear OS, keyboard ...
Angel's user avatar
  • 61
0 votes
0 answers
20 views

Android Keyboard language setting crashes on Redmi phones

I have created a custom Android keyboard, with code from the AOSP - a few versions back. It works fine on most devices but crashes when asking the user to choose a default language intent.setAction(...
d4c0d312's user avatar
  • 759
0 votes
0 answers
17 views

how to ask for a specific language in android

I want to implement the following screen when the use clicks enter Germany word, the Germany keyboard must open, when the use clicks translation, the default keyboard must be opened. Assuming that ...
Seven's user avatar
  • 21
1 vote
1 answer
41 views

How to disable the android virtual keyboard display after closing a child QDialog containing a QTextEdit?

I'm developing a program for android. I'm trying to display a child window containing a QTextEdit input field into which text must be entered using the virtual keyboard. This step works correctly - ...
Дмитрий Неклюдов's user avatar

15 30 50 per page
1
2 3 4 5
178