Home > What Programming Language Is Android Written In?
Question

What programming language is Android written in?

Answers
04/23/2022
Aubyn Peterkin

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++.

05/01/2022
London

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++.

Reply
What is the best framework for programming Android-focused mobile apps? :: Can an Android phone be tracked when it is in airplane mode and GPS is off?
Useful Links