如何在其他 android 应用程序上弹出气泡?
How to pop a bubble on other android apps?
当你在玩一个应用的时候,该报警了!如果显示一个activity提醒你,它会打扰你!那么,如何在其他应用上弹出气泡来提醒你?
使用生成器创建自定义通知,或者您可以创建视图对于像气泡视图这样的聊天头,您可以像聊天头一样使用 facebook Here is one sample for this chat head you have to modify the working functions as per your requirement. or there is one nice solution here
您可以使用状态栏中的通知,直到您点击它或将其滑开以关闭。
当你在玩一个应用的时候,该报警了!如果显示一个activity提醒你,它会打扰你!那么,如何在其他应用上弹出气泡来提醒你?
使用生成器创建自定义通知,或者您可以创建视图对于像气泡视图这样的聊天头,您可以像聊天头一样使用 facebook Here is one sample for this chat head you have to modify the working functions as per your requirement. or there is one nice solution here
您可以使用状态栏中的通知,直到您点击它或将其滑开以关闭。