Hi, I'm new to Android development. I'm trying to do composition in Android using Surface Flinger. For this, I am trying to create SurfaceView classes - that is - I am creating a surface, with SurfaceCreated() method, and drawing onto a canvas in the onDraw() method. Now to put the canvas into the surface, I'm using lockCanvas() call. I'm adding multiple such surfaceView classes using addContentView(). But, this doesn't seem to do composition. I'm not sure if this is the only method to do composition in Surface Flinger. I have looked around in the documentation, but I'm still missing the point. If someone has any idea about composition using Surface Flinger, can they let me know.
Thanks in advance. Regards, Karthik R Graduate Student Computer Science Department UCLA -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

