+ 2
Which programming languages can I use for Android App Development?
Can I use Java, C++, C, C#, Ruby, Python or JavaScript for Android Application Development?
12 Answers
+ 4
Java is the most common language for Android and you can use c++. Also, JavaScript can be used but it probably would not be easy. Python can be used for many different things including for Android apps.
+ 4
c# also used for Android development
+ 2
And can I use Ruby?
+ 2
Java
+ 2
Since html5 supports touch screen functionality, it can be used as well(html5, css, Javascript)
+ 1
Usually it's a combination of java and xml, java to control elements, xml for the display elements. I haven't heard of anyone using Ruby for Android, have heard of people using c
+ 1
u can use c#
+ 1
To create an Android app you can use the following:
-Java, the base language, what Android is made with.
-C++, with Visual Studio (It even has a built-in emulator if I'm right.)
-Javascript & C# but these two are mainly used for games with Unity, Unreal Engine, or any game engine supporting these two languages and supporting mobile devices.
+ 1
with python use kivy framework
- 1
You can use the following languages
- Java: this is the "main" language to make Android applications. There are a lot of documents about developing Android applications by using Java.
- C#: Making apps by using Xamarin IDE. Lack of documen.
- C++: Lack of documents
In addition, android games can be developed by many languages, such as Java, C#, C++,.. Java, C# and C++ have a lot of documents about developing android games.
- 1
no