-1

Possible Duplicate:
How to make an app that floats

Is it possible to make apps that float in front of other apps (like the mini apps on Samsung's Galaxy tab) using BASIC4Android? If so, how?

Community
  • 1
  • 1
JdV
  • 35
  • 2

1 Answers1

0

You can create a an activity with a transparent background. See this link.

Community
  • 1
  • 1
Erel
  • 1,802
  • 2
  • 15
  • 58
  • Would it achieve a result like the one shown in the URL below? The task manager is in a small window which can be moved around on top of the main screen and it has its own close button. http://www6.pcmag.com/media/images/266078-task-manager.jpg – JdV Nov 10 '11 at 12:55
  • No. It will just have a transparent background. I don't think that it is currently possible to create a smaller activity. – Erel Nov 10 '11 at 13:23
  • Would this have anything to do with it? http://developer.android.com/reference/android/R.styleable.html#Theme_windowIsFloating – JdV Nov 10 '11 at 13:37