Some questions about using NDK for faster programming results.

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-05-25T15:15:47Z Indexed on 2010/05/25 16:21 UTC
Read the original article Hit count: 146

Filed under:
|

I have the following questions, please if you know the answers share it with me.

  • How can I transform my working Java code to NDK? (it's an algoritm not activity)
  • I am able to access the database from NDK?
  • Will a backtracking algorithm with 10 millions of iterations run faster if was written with NDK?

© Stack Overflow or respective owner

Related posts about android

Related posts about android-ndk