Skip to content

Examples of Android specific Python using Kivy

Notifications You must be signed in to change notification settings

Oussama1403/Android-for-Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples of Android specific Python using Kivy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • Java 4.6%