In this video I give a quick overview of three (related) ways to access android's apis from python, including the highly flexible pyjnius module for wrapping java classes and the plyer module providing a pythonic, platform-independent mechanism to access hardware and os apis.
Links:
- Python at start: https://github.com/inclement/kivycrashcourse/blob/master/video12-using_android_apis/before.py
- buildozer.spec at start: https://github.com/inclement/kivycrashcourse/blob/master/video12-using_android_apis/buildozer.spec_before
- Python after: https://github.com/inclement/kivycrashcourse/blob/master/video12-using_android_apis/after.py
- buildozer.spec after: https://github.com/inclement/kivycrashcourse/blob/master/video12-using_android_apis/buildozer.spec_after
- Plyer: https://github.com/kivy/plyer
Download
0 formats
No download links available.
Kivy crash course 12: Using Android APIs | NatokHD