Top "Andengine" questions

AndEngine is a free 2D OpenGL game engine for the Android platform and includes the Box2D physics engine.

java.lang.IndexOutOfBoundsException: Invalid index 13, size is 13

Im getting some weird error which crashing my android app. Its a quiz app. So when user answer 2/3 question correctly …

java android andengine
How to pass elements of an arrayList to variadic function

I've got an arrayList filled with elements. I would like to pass the elements of that array list as arguments …

java collections andengine variadic-functions
eglSwapBuffers failed: EGL_BAD_ALLOC AndEngine Android

I m developing a game in And engine which throws the exception. Actually I don't know the point where exceptions …

android opengl-es andengine