Home
> Can I Make An Android Application With Python?
Question
Can I make an Android application with Python?
Reply
Similar articles
- Is there an iOS emulator for Windows similar to BlueStack for Android?
- How can I virtualize Windows on Android?
- How can I transfer files between a computer and an Android phone over WiFi?
- How did they make a computer talk by substituting Stephen Hawking's voice?
- Where can I get the Rufus application for Ubuntu? How can I install it?
Yes, there is a framework called kivy that will help you with that
Python actually has its potential in the backend, you can create a web services application, where you have all the logic and services needed for your application, but for the frontend the visualisation on android is not possible with python
Yes. You can use, for example, Kivy and Python for Android.
Si, debes usar PyQt
Mas informaciĆ³n en: The future is written with Qt: Cross-platform software development for embedded & desktop
I don't know the details of Android, but you can use Kivy. It's a Python library that allows you to make android apps and use the common things on the phone (camera, keyboard, gps, etc)
Obviously it won't have the level of an app made in Java, but for simple things you can use it.
But the complexity will be greater, although you will have more real control over the code.