• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Use Python to develop mobile applications

indeson12

Lurker
Buenos días
Me gustaría saber si podría usar Python para realizar desarrollo de aplicaciones móviles, debido a que me gustaría iniciar por un lenguaje que no se deje de usar como java por discordias con Oracle.
 
Hi there. This is an English language forum. I don't think you'll find much help here in Spanish.
 
This is an English forum, if you don't know English you can use Google Translate:
https://translate.google.com/

I moved this to the Developers forum :)

Translated question:
Good Morning
I would like to know if I could use Python to develop mobile applications, because I would like to start with a language that does not stop being used as a java for discord with Oracle.
 
Buenos días
Me gustaría saber si podría usar Python para realizar desarrollo de aplicaciones móviles, debido a que me gustaría iniciar por un lenguaje que no se deje de usar como java por discordias con Oracle.

Google's issues with Oracle have nothing to do with java for android. There are 2 versions of Java... The proprietary Oracle JDK and the Open JDK. Open JDK is what's used in android, and due to its open source nature, it's not going anywhere. Android Studio comes pre-packaged with Open JDK.

Java is still the most used language for android app development followed by Kotlin which runs on a JVM like Java.

Now to answer your question, it does seem like you can use python for android apps. Here's a couple links to get you started...
https://stackoverflow.com/a/50595676
https://stackoverflow.com/a/50590166

Note:
I recommend java for android apps as its easier to get support when you're stuck on something by simply doing a google search. With python I doubt you'll find much support if any.
 
Last edited:
As per my understanding, python is helpful in developing some types of applications -
Blockchain application
audio& video application
Business application
Machine learning application
Gaming applications
 
Back
Top Bottom