Android: Java, C or C++?

后端 未结 6 1941
执念已碎
执念已碎 2021-02-01 15:38

I wrote some simple apps in Android using Java.
But later I found this:

It provides headers and libraries that allow you to build activities, hand

6条回答
  •  春和景丽
    2021-02-01 16:12

    Re-writing one of those "self-contained, CPU-intensive operations that don't allocate much memory" in C may improve the performance/battery life by a factor of 17 according to this investigation. This article finds that running CCTOOLS Fortran is even quicker. So alternative languages are well worth considering.

提交回复
热议问题