Android NDK tutorial/guide for beginners.

JavaAndroidAndroid Ndk

Java Problem Overview


I'm starting with the android NDK. Is there some nice place/ebook for guiding me? Thanks

Java Solutions


Solution 1 - Java

Solution 2 - Java

I can only recommend the book: Pro Android Apps Performance Optimization. There is a whole chapter about the NDK (about 40 pages). It's much more than I found in any internet tutorials...

Solution 3 - Java

There is a book named Android NDK Beginner's Guide written by Sylvain Ratabouil and published by packt publishing.Hope it will be useful for you.

Solution 4 - Java

Solution 5 - Java

Also there's a tutorial on using Visual Studio for Android NDK development:

http://visualgdb.com/tutorials/android/

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAddevView Question on Stackoverflow
Solution 1 - JavalukulukuView Answer on Stackoverflow
Solution 2 - JavaBelovojView Answer on Stackoverflow
Solution 3 - JavaKuru KshetranView Answer on Stackoverflow
Solution 4 - JavachihauView Answer on Stackoverflow
Solution 5 - JavaIvan ShcherbakovView Answer on Stackoverflow