Hello everyone.
I need to implement simple rendering inside a view in my android activity. I do not need any sound, input or any other stuff, just some 3D rendering. And so AndroidHarness class is not something I need. As I understand I should extend SimpleApplication class and somehow tell him to render to a view on my activity. Should it be an instance of JmeSurfaceView class?
So the question is how to initialize and configure a basic SimpleApplication and render something inside a view in my Activity?