Kivy--Export Window As Png On Android
I am trying to create a app on Android with which you fill in a few TextInputs and then give your signature on a marked space left for that, I have 2 buttons, one for clearing and
Solution 1:
The file is saved in the current directory, which you can access with e.g. os.path.realpath('.')
from your script. This directory is not accessible to other applications. If you want to access the file from other applications, save it somewhere in the external storage dir (with Kivy, you can use App.user_data_dir
).
Baca Juga
- How To Keep Kivy Service Running In Background In Android (service Still Run When Switch To Other App Or Lock The Screen)?
- Simple Kivy App Press Button To Play Mp3 Doesn't Work On Android Device
- App Works Well On Windows In Python2 & Python3, But Receiving Error : Failed To Import Android, And Button Unresponsive
Post a Comment for "Kivy--Export Window As Png On Android"