I’m developing a media player application in Android. I’ve an animation (Open Gl Surface View) which should run in background to my Activity when song is being played. Like the animation which we see when we are playing Windows Media Player.
How can I achieve the above scenario?
I’m developing a media player application in Android. I’ve an animation (Open Gl Surface
Share
You can add glSurfaceView as a child to your main view.
something like: