java - Android Native C++, work with threads -


i want execute computation intensive c++ code through android ndk. c++ part not directly access harddisk or peripherals. necessary put c++ part thread because of long computations , because app has other frequent duties perform.

is possible use java threading in case (e.g. java wrapper thread containing c++ part)? or need create threads within c++ part itself?

you can choose path take both available. it's easier create new thread @ java level, , within thread call native method... won't require doing special @ c++ level.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -