Skip to content

Tag: android

How can i turn python to apk?

I am just a newbie on that things and I want to turn python to apk with android studio or whatever. I don’t really need anything to complex, I just want to open my codes output gui (I used turtle) when I open the app. Nothing else, thats all. It is probably complex process so you can just give me

Python: how to open a file using system app on Android

The goal is top open a file in Android’s default app For example, an image in Gallery The file path is known. I’ve searched a lot but could not find any answer. (I am making a kivy app and then building an apk using Buildozer) Answer Found a solution, https://github.com/kivy/plyer/issues/500#issue…