sringer
sringer

Reputation: 660

Android NDK tutorials?

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

Answers (3)

James
James

Reputation: 14091

Here is one complete documentation.

http://java.sun.com/docs/books/jni/html/jniTOC.html

Upvotes: -2

Robby Pond
Robby Pond

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

Related Questions