+ 2
APK Development
what is the best lang to code a professional Apk, and what is the easiest and simplest?
6 Réponses
+ 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.
0
You're asking about APK development in a Sololearn discussion. While Sololearn is great for learning the coding aspects, when it comes to distributing or downloading APKs outside of official app stores, some users turn to sites like https://apkhura.com/ . Just be aware that downloading from third-party sites carries potential risks, so always exercise caution.