i have an image view and a GLSurfaceView i am trying to add an image view on GLSurfaceView. I am working on a app in which i am adding image view on a GLSurfaceview and then should get the screenshot of the whole GLSurfaceView including image view. now i am having problem in adding the imageview in GLSurfaceView Do i have to draw the image view on GLSurfaceView.(if yes then how would i draw it) i have found this
but this is not matched with my requirements . The saved image looks different from the image on running app.