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

Android-for-Python/share_receive_example

Repository files navigation

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.

About

Receive an Android share

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published