How to make floating bubble,like in copy bubble app? That floats on top of every android application, and when cliicked shows another view. Like that orange bubble
Asked
Active
Viewed 3,959 times
2 Answers
2
here is a simple example for floting bubble example: Floating Bubble customize this as your requirement.

balaji koduri
- 1,321
- 9
- 25
-1
You can achieve this by using WindowManager In Android.
By Using Window Manager you can add the views. On top of any android application. The Following link may useful to you.
http://www.programcreek.com/java-api-examples/index.php?api=android.view.WindowManager

Rathan Kumar
- 2,567
- 2
- 17
- 24