Skip to main content
0 votes
0 answers
77 views

I am trying to create a system overlay using WindowManager. This overlay contains a ComposeView which, in turn, hosts a Composable that animates its height. My WindowManager.LayoutParams for the view'...
Harsh Ranjan's user avatar
0 votes
0 answers
63 views

I wanted to observe window inset for navigation bar and ime. used below snippet. in android API 30, listener is triggered when keyboard is opened or closed. the same code not working in API level 29. ...
gowtham6672's user avatar
  • 1,077
0 votes
0 answers
77 views

I'm trying to detect if another app (like a Messenger chat head or similar overlay) is currently floating above my app on Android 11 or higher. I’ve tried the following approaches, but none reliably ...
Mohamed Shannan's user avatar
0 votes
0 answers
54 views

When I turn on the Accessibility Service, what I expected is the method “SVR.onAccessibilityConnected” would immediately invoke and then the app would play music loudly and show a window cover the ...
user29327342's user avatar
0 votes
1 answer
191 views

When long-pressing an Entry on Android, the copy/paste context menu should appear by default. It works when the Entry is placed directly on the page. However, if the Entry is added to the window on a ...
Anees S's user avatar
-1 votes
2 answers
883 views

in my flutter app, i run it without any problem, but when building APK i get the following problem FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':...
Ahmed El Sayed's user avatar
0 votes
0 answers
25 views

I want to create a dialog that contains a layout inside. This layout should be scrollable up and down. When the dialog is scrolled up to only show a drag handle, I want the dialog to pass all click ...
Kotliner i's user avatar
0 votes
1 answer
257 views

I have an android app where I want to display a webpage in dark mode, overlaid on top of other apps (using android draw over apps facility). I'm using a webview and windowmanager to create the ...
Bailey's user avatar
  • 167
1 vote
1 answer
987 views

I'm trying to add a window in my android app but I'm facing with this issue. I just started android development so I'm not sure what should I need to do. I did research but couldn't find the solution ...
skdev's user avatar
  • 20
0 votes
1 answer
50 views

I have a button to display the Dialog. When I click the Dialog button in the sample application, immediately after a few seconds, pressing the home button. Open another application, press the home ...
Shadow's user avatar
  • 6,919
1 vote
0 answers
77 views

When creating an overlay from a TextView and moving it using updateViewLayout with changed WindowManager.LayoutParams the overlay unexpectedly moves after changing the size of the TextView (e.g. by ...
zuim's user avatar
  • 1,139
0 votes
0 answers
314 views

I know react-native can be used with fragment manager as in https://reactnative.dev/docs/integration-with-android-fragment How do I use the component in window manager though? Actually my main aim is ...
varun venkatesh's user avatar
1 vote
0 answers
300 views

In my project, when the service class gets called, it overlays an Image on top of the mobile screen. Foreground service is used to continuously keep the image on top of the mobile screen even when my ...
Hamza Malik's user avatar
2 votes
1 answer
359 views

I use the following code to drag a view around the screen, and it works. But, when the user first touches moveIcon, the floatingView suddenly moves to the center of the screen, even though I want it ...
user avatar
1 vote
1 answer
474 views

My goal is to have a small UI element (24dp bubble) that is draggable and is shown over the system screens and other apps. Yes, like XRecorder bubbles. I have successfully set up a ComposeView and ...
logickoder's user avatar

15 30 50 per page
1
2 3 4 5
38