I\'m writing an Information Visualization API for Android and ran into a problem trying to place two units of a custom GLSurfaceView into a Layout. The Custom <
GLSurfaceView
You can have multiple GLSurfaceViews active and visible in an Activity. Each view gets its own GL context.
GLSurfaceViews