Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 1000 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 1000 Bytes

share_receive_example

Receive shared files or plain text from another app

2023-11-13 This repository is archived.

Files in shared storage can be shared with other apps. To be usable by Kivy widgets, files must be in private storage. The methods to copy files between these two types of storage are in the androidstorage4kivy package.

This example receives video files shared by another app (for example share_send_example) and copies them to private storage. It maintains a queue, and plays the private files using the Kivy VideoPlayer.

There are two other shared storage examples shared_storage_example and share_send_example.