Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 998
sringer Avatar asked Feb 20 '11 16:02

sringer


2 Answers

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.

like image 70
Robby Pond Avatar answered Sep 28 '22 01:09

Robby Pond


check out : http://www.mobisoftinfotech.com/blog/tag/android-ndk-tutorial/

like image 40
Preetam Avatar answered Sep 28 '22 02:09

Preetam