So... I have to write a game in android for my computer science summative. I'm trying to use AndEngine to make my life easier, but I'm having a bit of a tough time understanding the examples since I don't know what all the parameters for the methods are doing. So I was wondering if there was anything like http://developer.android.com/reference/classes.html (or really any of the other developer documents) to give me a better idea of what's going on.
Thanks in advance.
EDIT: Found something:
http://codetheater.com/andengine_javadoc/ is pretty good. It's not the most comprehensive thing, but hopefully it'll get me through this project.
... And it's pretty poorly documented, apparently. I'm still open to suggestions if anyone has some. Until then, I guess I'll just have to make do...

