Not sure what you mean by frame buffer, but maybe View.getDrawingCache() would work for you?
http://developer.android.com/reference/android/view/View.html#getDrawingCache I have successfully used it to implement in-app screendumps. BR Per On 16 Nov., 13:32, Vic <[email protected]> wrote: > Is there a method to read the frame buffer of the current screen? I > searched some data about the frame buffer. Some one used the > glReadPixels method, but the information was not enough. Does anyone > know how to read the current frame buffer in detail? -- 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

