2

So yes, I know how to make my Activity look transparent (http://stackoverflow.com/questions/2176922/how-to-create-transparent-activity-in-android), but I want the user being able to interact with what ever screen they are (for example YouTube), like done in SwipePad. Now I can make it transparent, but the user can't do anything before exiting my activity.

I know this is possible as it's already done in SwipePad, but how?

Iiro Krankka
  • 4,959
  • 5
  • 38
  • 42

2 Answers2

0

Well, the thing I was looking wasn't a transparent activity - it was a system overlay. More info here: Creating a system overlay window (always on top)

Community
  • 1
  • 1
Iiro Krankka
  • 4,959
  • 5
  • 38
  • 42
0

I think you can take a look at FrameLayout or SurfaceView. There's a high chance SurfaceView is the answer.

Mat
  • 202,337
  • 40
  • 393
  • 406
Jianhong
  • 899
  • 9
  • 11