0

hello i want to know whether the multilayer concept is work in android. if yes means tell me how?

khan
  • 915
  • 2
  • 9
  • 16

2 Answers2

0

You may get some idea here: Layered SurfaceViews in a FrameLayout in Android

And this: http://inphamousdevelopment.wordpress.com/2010/09/22/first-development-blog-post/

Both using

addContentView()

which add view layers on top of each other.

Also in Frame layout it is possible to have views on top each other as layers.

Community
  • 1
  • 1
Lumis
  • 21,517
  • 8
  • 63
  • 67