hello i want to know whether the multilayer concept is work in android. if yes means tell me how?
Asked
Active
Viewed 1,905 times
2 Answers
0
start with this http://mobiforge.com/designing/story/understanding-user-interface-android-part-1-layouts

Vivienne Fosh
- 1,751
- 17
- 24
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.