I’m working on an app that is mostly textviews and buttons, nothing real exciting to look at. I would like to create an animated background with 3D objects moving around, changing colors, etc. What is a good way implement this? I know some simple opengl, like creating shapes and doing all of that. Is there a view that I can add to my xml layout and set this to my animation? Any help would be appreciated.
I’m working on an app that is mostly textviews and buttons, nothing real exciting
Share
Here is the guide to android and opengl-es. Basically you have
and then in your onCreate, you give it your implementation of a Renderer: