Android sensors performance on NDK vs Java

390 Views Asked by At

I'm trying to evaluate the pros and cons of using NDK for accessing android sensors. I found some information on internet that android sensors can be accessed by NDK apps as well as Java apps. However, is there any performance advantage of using NDK over Java? Or are there any other advantages/disadvantages I should be considering? Also, is there any portability problem in case of NDK-based app or it can run on any android device like a regular Java app?

0

There are 0 best solutions below