python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
android dialog and windows
This is pretty specific question outside of knowledge of common Android App creation, I need someone with deeper insight to be able to actually answer this.
In general the question is like this: When ...
Lukas Hanacek
Votes: 0
Answers: 0
WindowMetricsCalculator deprecated or what happen to WindowManager
My problems is simple I am using this library
implementation "androidx.window:window:1.0.0"
before it was working well but now I can't import WindowMetricsCalculator, does it deprecated or ...
MehdiS
Votes: 0
Answers: 1
How to show keyboard with Jetpack Compose?
How can I slide in the keyboard?
I tried:
val keyboardController: SoftwareKeyboardController? = LocalSoftwareKeyboardController.current
keyboardController?.show()
But it does not work. What am I mi...
Ralf Wickum
Votes: 0
Answers: 6
bringToFront for Floating Window TYPE_APPLICATION_OVERLAY
I have created multiple Floating Windows using TYPE_APPLICATION_OVERLAY as below
WindowManager.LayoutParams params = new WindowManager.LayoutParams(
width,
height,
...
Akanksha Kapoor
Votes: 0
Answers: 0