Pure c++ app for Android and its performance -
can write pure c++ app android? (for example, using ndk?)
considering there's no difference of functionality, pure android c++ app faster , consumes lesser memory android java app? in guess, guess yes because c++ app won't garbage collection causes frame rate hiccup.
yes , yes, althrough google says:
"using native code not result in automatic performance increase, increases application complexity... if write native code, applications still packaged .apk file , still run inside of virtual machine on device. fundamental android application model not change."
from http://developer.android.com/sdk/ndk/index.html
(personally, don't agree writing in c++ automatically makes more complex program java, i'd it's other way around skilled c++ programmer)
Comments
Post a Comment