Porting C code: HQ4X pixel scaling algorithm on Android

by Ivan.Memruk  on  16. September 2010 04:45

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]

� 2010 WiseAndroid lightdir.com