Is it possible to overlay EditText box on a GLSurfaceView on Android?
- by Ash McConnell
I am trying to add a "PlayerName" box on top of a opengl menu background, is this possible? I've tried various layouts, but they don't seem to allow an EditText box to appear on top
What is the typical way of doing something like this? Do I need to manually render the text and handle input or is there a better way? It seems like it should be…