+ 2
APK Development
what is the best lang to code a professional Apk, and what is the easiest and simplest?
5 Respostas
+ 5
java,xml
+ 5
i did some digging, the right way is to learn java, then proceed in android studio.
+ 2
I think the best lang for android is java because it s the supported lang on android . But the easiest is python ( yes u can make it using python ) and kivy library , my first app was writing using python lang , check it https://play.google.com/store/apps/details?id=mais.gambet&rdid=mais.gambet ( of course it is an example of simple app )
+ 1
I'm not sure, but I think you should learn java... Maybe somebody with more experience on Andorid could help.
+ 1
First, as said you need to start with Java. Then you need to learn basic Android programming such as creating activities, fragments and using the Android Support Libraries.