hello i want to know whether the multilayer concept is work in android. if yes means tell me how?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
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.