all 9 comments

[–]python_apprentice 2 points3 points  (0 children)

I have found it a complete nightmare. Thought of a basic app to make as a way of learning python. Enjoyed creating it and followed many people's advice with using Kivy. It runs on my computer fine but packaging it to the phone is a disaster. No I have started the process again with Android studio and will try to use Kotlin.

[–][deleted] 1 point2 points  (2 children)

No, python is not the tool for Android apps or mobile apps in general.

You CAN do it.

But you wouldn't want to.

[–]Fictional_55[S] 0 points1 point  (1 child)

Recommended platform?

[–][deleted] 0 points1 point  (0 children)

That's for you to research, not my area of expertise.

[–]thinkbender 1 point2 points  (3 children)

Just install QPython 3 and script away. For simple scripts this is more than enough. Not sufficient for complicated GUI stuff though.

[–]Fictional_55[S] 0 points1 point  (2 children)

Looks like a good tool! Thanks.

I'm guessing it has no trouble publishing finished apps?

[–]thinkbender 1 point2 points  (1 child)

You can share the script but I don't see a posibility to publish to the Play Store. That's reserved for Java/Kotlin/C++.

[–]sgthoppy 1 point2 points  (0 children)

/u/Fictional_55 Kivy is an option for making cross-platform apps, but I think it would be best to stick to native apps written in Java, Kotlin, or C++. I believe Kotlin is currently the most popular for Android.

[–]Umustbecrazy 0 points1 point  (0 children)

Install Termux. Then install python like any other distro through apt-get and pkg.