Examples of Android ONLY Kivy-Python widgets.
Each directory contains a stand alone runnable example. Required modifications to buildozer.spec are documented. Download all the examples from the Code button on this page.
An unofficial Users' Guide.
How to use Android Shared Storage for api >= 21 Source directory storage.
Share a file or plain text with another app Source directory share_snd.
Recieve a Share from another app. Source directory share_rcv.
A turnkey full screen camera for photo, video (with audio), or data analysis. Provides access to both cameras. Implements rotation, pinch zoom, and tap for focus/exposure. Dismiss with back gesture or back button. Source directory and more info cameraxf.
Accepts https:// and file:// urls. Full screen, dismiss with back gesture or back button. Source directory webview.
Accepts .pdf files. Full screen, dismiss with back gesture or back button. Source directory pdfview