Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 454 Bytes

FloatingWindow

Android悬浮窗,仿微信悬浮窗功能,两行代码解觉悬浮窗问题!支持8.0版本!

因为公司产品迭代!觉得微信打开web页面的窗口,所以我们也要实现悬浮窗功能!

使用方法很简单,两行代码


1、初始化创建:WindowsManagerPicker.newInstances(this).createFloatingWindows();
2、绑定Activity生命周期:WindowsManagerPicker.newInstances(this).onDestroy();