Android and C ++: necessary?

Just check out Android development very superficially, and it seems that most of them work in Java. Nonetheless,

Android includes a set of C / C ++ libraries used by various components of the Android system. These features are provided to developers through the Android framework application.

Does this mean that Android applications use Java and use C ++:

  • sometimes?
  • a lot of?
  • Almost never?
  • Never: you can not use it for applications?
+3
source share
6 answers

. , , . Android - Java.
, Java- - . ndk ARM, , , .

NDK, Java SDK. .

+5

++ Android NDK. SDK Java . , SDK ( ..).

:

NDK . , ; , , . , , , , .. C . NDK corpus C/++.

, ++.

+5

Android , ++ - , , Android, p- Google, Java.

+2

- C/++.

http://developer.android.com/guide/basics/what-is-android.html
, Green/or red, C/++.
.

, , Java SDK ( SDK). ( , ( )) ++ SDK .

, ++, , , , , SDK, - , , , SDK.

+2

NDK , - ++ Java . ​​ WinMobile iPhone. 60% , 40% UI.

+1

Google , Java ++/NDK , . , API Java. Google API Java Java API. , ( , libc ..), Google , .

libc , , , - .

+1
source

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


All Articles