How to get application menu over a currently running screen
问题 I want to get an application menu bar on the left hand side of the screen without disturbing the task that is already running for eg.a live wallpaper or video.How can it be achieved? 回答1: Please use this service class. by starting this service from your activity you will get an image in your mobile screen. by adjusting that you can set any where in the mobile. and you can remove it by stopping the service any time. import java.io.File; import java.io.FileNotFoundException; import java.io