Home
> What Programming Language Is Android Written In?
Question
What programming language is Android written in?
Reply
Similar articles
- Is there an iOS emulator for Windows similar to BlueStack for Android?
- How can I virtualize Windows on Android?
- Is it possible to change the language of Windows 10 Professional OEM?
- How can I transfer files between a computer and an Android phone over WiFi?
- How difficult is it to learn programming for someone who has no knowledge of computer programming?
According to Wikipedia it is written in three languages, Java for the UI (User Interface), C for the Kernel (core) and c++.
It is written in three languages, Java for the UI (User Interface), C for the Kernel (kernel) and c++.
The kernel (actually, the same as Linux but adapted for the conditions), the low-level libraries and drivers, as well as the virtual machine are in C and C++. Almost everything else is in Java - except for the odd application that uses some other language that ultimately compiles to code interpretable by the JVM.
The kernel (actually, the same as Linux but adapted for the conditions), the libraries and low-level drivers, and the virtual machine are in C and C++.