I am making an application for a media player in android, where one part of my screen has an animation created in OpenGL (of course, with Android / JAVA) ..... So, my screen consists of two parts: 1) The left side consists of all widgets (using xml). 2) The right side consists of animations made in OpenGL.
I can do Gui (part of xml) as well as animation (opengl). Can I integrate a GUI created in an XML file with animation (using GLSurfaceview)?
source
share