+ 3

What programming languages should i learn for android apps

5th Dec 2016, 8:13 PM
Eron Blakaj
Eron Blakaj - avatar
5 Answers
+ 43
In my opinion Java and Android Studio are the best decision.
5th Dec 2016, 8:19 PM
Jose
+ 15
It's truth, they are the best combination
5th Dec 2016, 8:51 PM
Emily Podjatrowski
Emily Podjatrowski - avatar
+ 6
im still in high school and i really want.to be a programmer but i have 0 knowledge. thank you for your answers and i'll look foward to.it
5th Dec 2016, 9:00 PM
Eron Blakaj
Eron Blakaj - avatar
+ 2
There are a couple of ways to write android apps: 1. Native - you use Java and Android studio (or may be Eclipse with plugin if it's still working); 2. Xamarin way - you use C# and Visual Studio with Xamarin plugin (this way allows you to create iOS applications too at the same time as Android ones); 3. Cordova way - you use JavaScript and HTML/CSS and Apache Cordova framework (or something based on it like Adobe PhoneGap or IntelXDK) (this way also allows you to create iOS apps at the same time as Android ones).
5th Dec 2016, 8:58 PM
Ivan G
Ivan G - avatar
+ 2
you can write android app using python and kivy library wich are very easy to learn . I wrote my android app using it see https://play.google.com/store/apps/details?id=mais.gambet&rdid=mais.gambet
5th Mar 2017, 4:50 PM
mohammad ammar
mohammad ammar - avatar