Skip to content

Sample app to demonstrate how to securely hosts and offer files to other client applications.

License

wisalmuhammad/Android-file-sharing-app-server

Repository files navigation

Android File Sharing

Apps often have a need to offer one or more of their files to another app. For example, an image gallery may want to offer files to image editors, or a file management app may want to allow users to copy and paste files between areas in external storage. One way a sending app can share a file is to respond to a request from the receiving app.

About this project

This sample app provide a playground how to offer a file to another application when it requests for a file. For basic implementation point of view this app only host images file in its internal app specific file/images directory. In order to use and test this app you need to request for an image file from another client app. For easily testing we provide another client app to check and test the basic functionality. Here is the repo link

License

This project is licensed under MIT license.

About

Sample app to demonstrate how to securely hosts and offer files to other client applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages