All Projects → Android-File-Share → FileShare

Android-File-Share / FileShare

Licence: MIT license
[Not maintained] FileShare is an Android library to send and receive files among Android devices in a WiFi LAN

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FileShare

copy-pasta
Universal copy paste service, works across different machines!
Stars: ✭ 49 (+16.67%)
Mutual labels:  fileshare
Ozzillate
Data over sound file transfer web application
Stars: ✭ 124 (+195.24%)
Mutual labels:  fileshare
shareAttack
Automatically attack all file shares within AD network environment. Exploiting weak permissions.
Stars: ✭ 17 (-59.52%)
Mutual labels:  fileshare

FileShare

Now implement LAN file sharing feature in your Android App using FileShare library with ease!

Adding FileShare to your Android project

The library is published in the jCenter repository. So you just add this in your App's build.gradle file, in dependencies :

compile 'io.github.karuppiah7890:fileshare:0.1.0'

API Usage

See the API Usage Wiki page

Demo App

FileSharer is a Demo App that is built using FileShare library. You can see the source code in the FileSharerDemoApp folder. The APK for the Demo App is available in the releases.

I am yet to do some automation. These are the steps to use the App and to see how the Demo App works based on FileShare

Install the App in two Android devices.

In Receiver device :

  1. Create WiFi hotspot
  2. Open App
  3. click "Get File"
  4. The app should show a code on top of the button. And say "Listening" as a Toast

In Sender device :

  1. Connect to hotspot created by receiver
  2. Open App
  3. Type the code you saw in Receiver device
  4. Click "Pick File and Send"
  5. Pick a file (only docs can be picked) and select Done on top right

The file should get sent and you will see Toast messages accordingly in between for "Connected" , "Sending file", "Receiving file" etc in the two devices and finally the Receiver device will also show the location of the stored file as a Toast

License

The library is available under MIT License

Sponsor
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].