Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android NDK books or other materials [closed]

I know that more favorably to use the NDK instead of SDK, if you want to write faster application, so I want to know is there a good books how to programming on NDK? I know C/C++ languages, but I have no idea where to start. And if there aren't books, give an idea how to start. Please tell me is there a good books? With all due respect, George.

like image 510
George Avatar asked May 23 '11 07:05

George


People also ask

Is NDK worth learning?

You can use it to build from your own source code, or to take advantage of existing prebuilt libraries. The NDK is not appropriate for most novice Android programmers, and has little value for many types of Android apps. It's often not worth the additional complexity it inevitably brings to the development process.

Is NDK necessary for Android studio?

The Android Native Development Kit (NDK): a set of tools that allows you to use C and C++ code with Android. CMake: an external build tool that works alongside Gradle to build your native library. You do not need this component if you only plan to use ndk-build.


1 Answers

Try this book.

like image 188
Graham Borland Avatar answered Sep 27 '22 15:09

Graham Borland