Android floating view on top of any android application

4.1k Views Asked by At

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

2

There are 2 best solutions below

0
balaji koduri On BEST ANSWER

here is a simple example for floting bubble example: Floating Bubble customize this as your requirement.

0
Rathan Kumar On

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