I'm trying to port one of my OpenGL/Glut programs over to Android 1.6. I used GLut extensively due to my classes teaching glut. Is there an alternative to glutTimerFunc or replacement for using glutTimerFunc?
Also, any ideas where I can replace glutMainLoop? From looking at a few examples, onDrawFrame what I should be looking at?