Android-FloatWindow icon indicating copy to clipboard operation
Android-FloatWindow copied to clipboard

Android custom FloatWindow, can be suspended in any app, any desktop

Results 5 Android-FloatWindow issues
Sort by recently updated
recently updated
newest added

The single instance FloatWindow retains the reference to a context passed from getFloatWindow() method. In your sample module, after the activity created the FloatWindow is finished, the activity can not...

The singleton class DraggableFloatWindow 's dismiss() method is recursive. Suggest to replace DraggableFloatWindow.java line 63 `mWindowManager.dismiss();` with `"mWindowManager.removeView(mDraggableFloatView);` to hide the floating window. Let me know if we can have...

demo原型,点击float出来的按钮,不消失