I have a view made in openGL. I want to include some android view in it. Is there is any way we can use android view in openGL. For Example: I have a ListView which i want to transform using OpenGL APIs.
Note: I know we can use android animation classes to animate listview, but i want to club my openGL view.