python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

Turn your Python application into an Android APK

Results 320 python-for-android issues
Sort by recently updated
recently updated
newest added

I'm actually submitting these together so I can reference the branch on f-droid to publish a prototype app. Let me know if they need to be broken up.

recipe

(this is a draft; I actually meant to open this PR on my personal repo. it is here for some reason. I don't have pytest set up to run locally...

recipe

I have build a app which is saving file into android sdcard (internal memory ) ..i have put all required permission in buildozer and android.permissions = INTERNET,ACCESS_NETWORK_STATE,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE and i have...

###Versions - Python: 3.8.6 - OS: Ubuntu 2.10 (identical issue with Ubuntu 20.04, 18.04 and the former two in a VM) - Kivy: 20.0.0rc3 - Cython: 0.29.21 - OpenJDK: 1.8.0_275...

### Checklist - [x] the issue is indeed a bug and not a support request - [x] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [x] I have a short, runnable example...

Most recipe downloads use https -- but some use http! -- which should provide reasonable security for most scenarios. But IMHO best practice would be to verify sha256 hashes "just...

fixes #958 Couldn't find any ready made unit test to check for keys in AndroidManifest.xml (permissions for example could have had one) and don't understand the code deeply enough (yet)...

core-providers

### Versions * Python: 3.8 * OS: Ubuntu 20.04 using WSL * Buildozer: 1.2.0 ### Description When running for the very first time command buildozer android debug some error are...

I noticed that the response time (`time curl localhost:5000/something | wc -l`) for my webview flask app is slower (in my case ~2.7s avg vs ~1.3s agv) than when I...

need-analysis