View Single Post
Old 07-02-2010, 03:06 PM   #4
shakey__
Junior Member
shakey__ began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2010
Location: Sweden
Device: Kindle 3 - android/fbreader
Sounds like a good use of the NDK?

To recap, the NDK is a companion to the SDK that provides tools to generate and embed native ARM machine code within your application packages. This native code has the same restrictions as the VM code, but can execute certain operations much more rapidly. This is useful if you're doing heavy computations, digital processing, or even porting existing code bases written in C or C++.
shakey__ is offline   Reply With Quote