I'd like to create an android 2d game(side scroller) using GLSurfaceView. The problem is that I'm not familiar with game programming on Android. I've looked at the tutorials section and it's just confusing to find relevent tutorials. Can someone help me find resources from which I can properly learn the following(not just copy code):
-Handling the gameloop taking in consideration variable framerate
-Using GLSurfaceView
-Well explained code for 2d android games.


