What is the programming language for creating Android apps?

Asked

Viewed 11,268 times

7

What programming language is used to create most Android mobile apps?

For example, guide applications, questions etc...

1 answer

18


Java and Kotlin are the "official" languages of the platform. It doesn’t matter what you’re going to do, it’s essentially what you’re going to use. So this is the objective answer to the question is that Java is the most used shot.

Has already made official Kotlin.

But it doesn’t mean that only it can be used. I don’t say most, but many people use other things. I see more and more using C# or other language . NET using Xamarin.

NDK is a way to use C and C++ and some people use.

It seems that Google has decided to invest in making Dart a strong language on Android.

If you prefer a hybrid or even web application, Javascript becomes the option. And many people have used this form, even if it is not always the best option. There are several solutions in this sense. Cordova is just one of them. There are other.

Some even use it Corona.

Just because I didn’t quote others doesn’t mean they’re so much less used.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.