With Android phones with multiple cores, application developers can verify that their application uses the extra processing power of these cores. As far as I understand, the only thing application developers can do is make their application multithreaded and let the android kernel take care of delegating tasks on different kernels.
I would like to know if there is anything else that can be done to optimize for multiple cores. Also what are the best multithreading methods in android.
source
share