00 Votes

What programming language is behind Android Apps?

Question by Guest | 2013-09-25 at 14:53

I would like to know, with which programming language an Android App for the smartphone is actually programmed? Is it one of the well known languages from the Windows World or has Google created something else for its own?

ReplyPositiveNegative
1Best Answer1 Vote

The programming language behind the Android Apps is - very classic: Java. Actually, in Android programming, you can do all things, you can also do with Java, it is the usual thing with classes and objects.

In addition, of course, the Android-specific libraries are available, with which you can, for example, address the functions specific for a smartphone. But the basis of these libraries is Java, and it can be called using normal Java code.
2013-09-25 at 15:21

ReplyPositive Negative
Reply

Related Topics

Android Splash Screen Tutorial

Tutorial | 0 Comments

Android Getting Sound Levels

Open Question | 1 Answer

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.