im working on sm graphics application, have done may things already,have understood glsurface view, renederer interface and all (i hope so
) .. but nw suddenly i got a doubt .. I can see two packages related to open gl in android
1.)android.opengl
2.)javax.microedition.khronos.opengles
basically what is the difference between these two packages
, and which one we will be using , i guess im not aware of some basic funda ... Or isit the android opengl using the khronos interfaces ??
can anyone explain the basic concepts which i am not aware ..
for quick comparision :
in javax.microedition.khronos.opengles
Interfaces
GL
GL10
GL10Ext
GL11
GL11Ext
GL11ExtensionPack
all these are interfaces
In android.opengl
GLES10
GLES10Ext
GLES11
GLES11Ext
GLES20
all these are classes .....

