/Android-for-Python

Examples of Android specific Python using Kivy

Primary LanguagePython

Android-for-Python

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.

Android-for-Python-Users

An unofficial Users' Guide.

Storage

How to use Android Shared Storage for api >=29 Source directory storage.

Send a Share

Share a file or plain text with another app Source directory share_snd.

Receive a Share

Recieve a Share from another app. Source directory share_rcv.

Embedded Camera - CameraXF

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.

Embedded web viewer

Accepts https:// and file:// urls. Full screen, dismiss with back gesture or back button. Source directory webview.

Embedded PDF viewer

Accepts .pdf files. Full screen, dismiss with back gesture or back button. Source directory pdfview