https://github.com/ryangawei/snapshare
Final project for Android Mobile Application Development Lecture.
https://github.com/ryangawei/snapshare
Last synced: about 1 month ago
JSON representation
Final project for Android Mobile Application Development Lecture.
- Host: GitHub
- URL: https://github.com/ryangawei/snapshare
- Owner: ryangawei
- Created: 2019-03-23T00:36:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T13:06:49.000Z (over 7 years ago)
- Last Synced: 2025-01-03T09:44:36.190Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 14.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnapShare
SnapShare is a application that allow you to share your videoes, images and all kinds of files to your frind, by uploading them to a FTP server.
## Configuration
Before installing this app, make sure that you have set up a FTP server with port 21, and set the host, username, password in `MainActivity.java`
private final String host = "192.168.129.1";
private final String userName = "FtpUser";
private final String passWord = "112233";
## Features
### Server interface
You can download, rename and delete files, with multiselect.

### Gallery interface
You can choose images and videoes from all of your media files, or use your camera to take on at once. Moreover you can do some simple crop or drawing on your image.

### Local interface
Where you can upload, rename and delete local files, with multiselect.

### Auto monitor Internet condition
This app can auto-reconnect to the server after your internet connection is failed.