The Android WindowManager is a system service, which is responsible for managing the z-ordered list of windows, which windows are visible, and how they are laid out on screen.
I'm trying to open a dialog window, but every time I try to open it it throws this exception: Uncaught …
android android-dialog runtimeexception android-windowmanagerI get the following Android exception when I try to open a dialog. Can someone please help me understand what …
android android-dialog runtimeexception android-windowmanagerI'm working on an app where I need to display a window with some info ON the Lock Screen (KeyGuard) …
android android-windowmanagerHow can I display an Activity or Dialog to be visible over the lock screen? I have already tried displaying …
android android-activity dialog lockscreen android-windowmanagerHow does Facebook create the Chat Heads on Android? What is the API to create the floating views on top …
android facebook android-windowmanagerI tried googling it and there is no direct and/or clear cut answer. The developer website's definition is not …
android android-windowmanagerThis is my code: params = new WindowManager.LayoutParams( WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.TYPE_SYSTEM_…
android android-activity viewgroup android-windowmanagerI trying to create a view that is above other applications: WindowManager.LayoutParams paramsDirectorView = new WindowManager.LayoutParams( WindowManager.LayoutParams.WRAP_…
android android-windowmanager android-layoutparamsI am trying to login into the app but after the login is success and it is about to go …
android illegalargumentexception android-windowmanagerHow to avoid black screen in android while my app is loading ? I have removed all things from onCreate to …
android android-widget android-windowmanager