
In addition to situations where you want to improve performance of critical parts of your code by rewriting them in C, as it was shown in the previous article, there is another common use case for Android NDK. Often you will find useful pieces of legacy code written in C and you'll want to use them in your apps. In this case, your obvious choice would be to try to use NDK to attach the legacy code...
[More]