Android Open Source - Development file localcloudapp






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of localcloudapp.

ItemValue
Java File Count19
Target SDK Version17
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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