I am drawing the object on GLSurfaceView using opengles. But GLSurfaceView is not the transparent. Instead of transparent its completely black in background.
Please help
You should add a another property for it:
getHolder().setFormat(PixelFormat.TRANSLUCENT); // this made it work for me - works only from sdk level 6 on, though.... glview.setZOrderOnTop(true);