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, handle user input, use hardware sensors, access application resources, and more, when programming in C or C++. (Source)
How is it related to this:
Android applications are written in the Java programming language. (Source)
Are all three languages possible?
Sorry for the dumb question.