Android features

Hello all, i am an ios developer and just started with android development. I did a game on ios using cocos3d and want to make it on android as well. i found jmonkeyengine a great tool for making games and saw several samples on how the engine can be used, thats beside the support for android os. but does jmonkey support gps location, motion sensor, showing camera device in a view, using async http connection specific for android, and adding android external jar such as parse or google ads?

In other words how much flexible can jmonkey be with android support and is there a clear documentation on where to start with android features?

Thanks in advance

You can do all stuff android can on android, as you can just import stuff like the SensorManager into your code and use it.

1 Like