What programming language is used by Google Nexus One?

Is it just Java?

+3
source share
5 answers

The Android SDK is based on Java.

I am sure that the mix also has several ARM assemblies, C and C ++ for low-level material.

+13
source

Yes, you program in Java, but you can also program in native C with the Native Development Kit .

+8
source

, , , Android Java, - Java. Dalvik vm. , JAR , - Java.

+3

Android 2.1 SDK - Java

+1

Nexus One uses Android 2.1, and we can use the Java programming language to develop programs for Android. For advanced use or greater productivity, Google provides the Native Development Kit , where we can use C to write programs.

+1
source

Source: https://habr.com/ru/post/1727440/


All Articles