0

I´d like to make an Android utility application. It should be able to show the transparent popupmenu with some buttons over the homescreen or over some running application (except in fullscreen mode).

I want it to look like that https://play.google.com/store/apps/details?id=com.reactivstudios.android.edge.free

Any suggestions how to do it, please? Is it a popupwindow (I think that the popupwindow can be showed only over its parent app)? Is it an activity with transparent background? Is it any type of widget with transparent layout? Or is it a hacked toast? Or is it something else?

Thanks.

Pch
  • 25
  • 3

1 Answers1

0

As I know it's created with Service and adding view to windows manager, you can find example here or here.

Community
  • 1
  • 1
Bracadabra
  • 3,609
  • 3
  • 26
  • 46