When you are playing an app,time to alarm!If show a activity to remind you,it will disturb you!So,how to pop a bubble on other apps to remind you?
Asked
Active
Viewed 203 times
2 Answers
1
Create custom notification with builder or you can create view For chat head like bubble view you can use facebook like chat head 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

Community
- 1
- 1

Ajay Pandya
- 2,417
- 4
- 29
- 65
0
You can use a Notification that will live in the status bar until you click on it or swipe it away to dismiss.

josephus
- 8,284
- 1
- 37
- 57
-
I don not want to use "Notification",if the apps you are playing is full screen,you can not see the "Notification",so I think pop a bubble is good! – zys Mar 14 '16 at 12:19
-
@Lollipop if you set the Notification priority to HIGH or MAX it is instead shown as a [Heads-up Notification](http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Heads-up). – josephus Mar 14 '16 at 22:17