Android application that act as cache for the phone. A user can add his file into the application, and then application take care of transfering the files to the remote system in case there is not enough space on the phone. To test the prototype we used.
localcloudapp is hosted in the following web site
https://github.com/subhash-pujari/localcloudapp
If you think the Android project localcloudapp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of localcloudapp.
Item | Value |
---|---|
Java File Count | 19 |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
localcloudapp has the following Java source files.
com.evoapps.cloudapp.CheckForChangeInRepo.java com.evoapps.cloudapp.Constants.java com.evoapps.cloudapp.FileChangeListener.java com.evoapps.cloudapp.MainActivity.java com.evoapps.cloudapp.MobileRepoFileObserver.java com.evoapps.cloudapp.ReceiveFileActivity.java com.evoapps.cloudapp.ShowFileList.java com.evoapps.cloudapp.database.FileContentProvider.java com.evoapps.cloudapp.datastructure.FileInfo.java com.evoapps.cloudapp.datastructure.FileInfoList.java com.evoapps.cloudapp.engine.CheckForChangeInRepo.java com.evoapps.cloudapp.engine.FileChangeListener.java com.evoapps.cloudapp.engine.FileUtility.java com.evoapps.cloudapp.engine.MobileRepoFileObserver.java com.evoapps.cloudapp.engine.ReceiveFileActivity.java com.evoapps.cloudapp.logic.ReplacementLogic.java com.evoapps.cloudapp.receiver.FileGetReceiver.java com.evoapps.cloudapp.ui.FileList.java com.evoapps.cloudapp.ui.FileListItemAdapter.java