Please point me to any links for putting textview on GLSurfaceView.I want to show some varying number in textview. The GLSurfaceView example i am following http://www.learnopengles.com/android-lesson-one-getting-started/
I have modified OnDraw function as follows to calculate fps.
I want to show this fps on GLSurfaceView but i am not understanding how can i do this.
Regards, Mayank