FileBox

Additional

Language
Java
Version
N/A
Created
Sep 23, 2015
Updated
Mar 28, 2016 (Retired)
Owner
MaxLeapMobile
Contributor
samma (samma835)
1
Activity
Badge
Generate
Download
Source code

Advertisement

FileBox

An Android File Sync Library with MaxLeap. Both client and server are available. Easy to build your own "Dropbox" with it.

How to Use

  1. Git clone the project or download the zip
  2. Run the Example with Android Studio
  3. Edit the Example or create your own app with FileBox

BTW, you can create your own MaxLeap Account in the website and use your own Appid and APIKey. More example about MaxLeap could visit this.

Usage

You can do your own "Dropbox" with there functions:

  • setSyncRoot(String syncRoot) Set the local folder as the sync root folder.
  • addFile(File src, File target) Add a file into FileBox. It will be sync automatically. You can also move / copy / rename / delete files in FileBox with SyncManager functions.
  • startSync() Sync all files with cloud storage manually.

Using the library?

If you're using this library in one of your projects just send me a email and I'll add your project to the list.

Contribution

Pull requests are welcome! If you have a bug to report, a feature to request or have other questions, file an issue. I'll try to answer asap.

License

Copyright 2015 MaxLeapMobile

Licensed under the GNU GENERAL PUBLIC LICENSE Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.gnu.org/licenses/gpl-3.0.en.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.