Reputation: 660
Are there any decent Android NDK examples and tutorials out there? Where can I find them? If there are any geared more specifically towards game engine development (as I am looking to convert mine over to android) that would be most helpful.
Upvotes: 6
Views: 4725
Reputation: 14091
Here is one complete documentation.
http://java.sun.com/docs/books/jni/html/jniTOC.html
Upvotes: -2
Reputation: 5758
check out : http://www.mobisoftinfotech.com/blog/tag/android-ndk-tutorial/
Upvotes: 2
Reputation: 73484
There was a blog post a while about android game programming on the official blog. Also Quake was ported to Android using a mix of Java and Native code and has been open sourced. Not sure how good it is from a tutorial standpoint but looking at real code always helps me more than following a basic tutorial.
Upvotes: 5