实例介绍
本项目是一个基于安卓的简单学生管理系统毕设作品,核心功能就是短信群发和json数据批量导入数据库。项目比较简单也比较卡哇伊,可以拿来照着源码写一个论文做一个简单的毕设。
【实例截图】
【核心代码】
Android项目源码类似于360云盘的网盘客户端支持断点续传
├── appcodes.cn
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── com
│ │ │ ├── fyx
│ │ │ │ ├── szt
│ │ │ │ │ └── util
│ │ │ │ │ ├── fileisexist
│ │ │ │ │ │ ├── FileIisExistUtil.class
│ │ │ │ │ │ └── FileIsExistEntity.class
│ │ │ │ │ └── move
│ │ │ │ │ ├── MoveFileEntity.class
│ │ │ │ │ └── MoveFileOrFolder.class
│ │ │ │ └── yunpan
│ │ │ │ ├── application
│ │ │ │ │ ├── UILApplication$Config.class
│ │ │ │ │ └── UILApplication.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── db
│ │ │ │ │ ├── DBManager.class
│ │ │ │ │ └── MySQLHelper.class
│ │ │ │ ├── myclass
│ │ │ │ │ ├── Album.class
│ │ │ │ │ ├── FileWithBoolean.class
│ │ │ │ │ ├── OtherFilePopMenuLoad$1.class
│ │ │ │ │ ├── OtherFilePopMenuLoad$2.class
│ │ │ │ │ ├── OtherFilePopMenuLoad$3.class
│ │ │ │ │ ├── OtherFilePopMenuLoad$4.class
│ │ │ │ │ ├── OtherFilePopMenuLoad$5.class
│ │ │ │ │ ├── OtherFilePopMenuLoad$6.class
│ │ │ │ │ ├── OtherFilePopMenuLoad.class
│ │ │ │ │ ├── StorageUtils$StorageInfo.class
│ │ │ │ │ ├── StorageUtils.class
│ │ │ │ │ └── WyfItem.class
│ │ │ │ ├── net
│ │ │ │ │ ├── BigFileOrBreakPointUploadUtil.class
│ │ │ │ │ ├── BigFileOrBreakPointUploadUtilWithHttps.class
│ │ │ │ │ ├── ContastURL.class
│ │ │ │ │ ├── CookieUtil.class
│ │ │ │ │ ├── DeleteFileUtil.class
│ │ │ │ │ ├── DeleteRun.class
│ │ │ │ │ ├── DownloadRun.class
│ │ │ │ │ ├── ExecRunable.class
│ │ │ │ │ ├── HttpsUtils.class
│ │ │ │ │ ├── HttpUtils.class
│ │ │ │ │ ├── MakeFileHash.class
│ │ │ │ │ ├── MyX509TrustManager.class
│ │ │ │ │ ├── NetworkUtils.class
│ │ │ │ │ ├── PrepareFileUploadUtil.class
│ │ │ │ │ ├── RequestParam.class
│ │ │ │ │ ├── SSLSocketFactoryEx$1.class
│ │ │ │ │ ├── SSLSocketFactoryEx.class
│ │ │ │ │ ├── TouXiangUpLoad.class
│ │ │ │ │ ├── TouXiangUpLoadWithHttps.class
│ │ │ │ │ └── UTF2GBK.class
│ │ │ │ ├── parse
│ │ │ │ │ ├── DeleteFileParse.class
│ │ │ │ │ ├── entity
│ │ │ │ │ │ ├── AlterFileEntity.class
│ │ │ │ │ │ ├── AlterFolderEntity.class
│ │ │ │ │ │ ├── Data.class
│ │ │ │ │ │ ├── DeleteFileEntity.class
│ │ │ │ │ │ ├── FileDataDBEntity.class
│ │ │ │ │ │ ├── FileDataEntity.class
│ │ │ │ │ │ ├── FileDataFatherEntity.class
│ │ │ │ │ │ ├── FileDirDataEntity.class
│ │ │ │ │ │ ├── FileDownLoadLinkedEnitity.class
│ │ │ │ │ │ ├── FileFindListEntity.class
│ │ │ │ │ │ ├── FilePathEntity.class
│ │ │ │ │ │ ├── FilesListEntity.class
│ │ │ │ │ │ ├── LoginEntity.class
│ │ │ │ │ │ ├── NewDirEntity.class
│ │ │ │ │ │ ├── PhotoFileEntity.class
│ │ │ │ │ │ ├── PrepareFileDataEntity.class
│ │ │ │ │ │ └── PrepareFileEntity.class
│ │ │ │ │ ├── FileFindListParse$1.class
│ │ │ │ │ ├── FileFindListParse.class
│ │ │ │ │ ├── FileListParse$1.class
│ │ │ │ │ ├── FileListParse.class
│ │ │ │ │ ├── LoginParse.class
│ │ │ │ │ ├── NewDirParse.class
│ │ │ │ │ └── Parse.class
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$array.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$integer.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── service
│ │ │ │ │ ├── UpLoadLocalFileBackground.class
│ │ │ │ │ ├── UpLoadService$1.class
│ │ │ │ │ └── UpLoadService.class
│ │ │ │ ├── share
│ │ │ │ │ └── ShareUtils.class
│ │ │ │ ├── ui
│ │ │ │ │ ├── AboutActivity$1.class
│ │ │ │ │ ├── AboutActivity$2.class
│ │ │ │ │ ├── AboutActivity.class
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ ├── AlbumGridAdapter$1.class
│ │ │ │ │ │ ├── AlbumGridAdapter$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── AlbumGridAdapter$ViewHolder.class
│ │ │ │ │ │ ├── AlbumGridAdapter.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$1.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$2.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$3.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$4.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$5.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$6.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$ViewHolder.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter$ViewHolderV.class
│ │ │ │ │ │ ├── CameraListGrid_Adapter.class
│ │ │ │ │ │ ├── DownAndUpAdapter$ViewHoder.class
│ │ │ │ │ │ ├── DownAndUpAdapter.class
│ │ │ │ │ │ ├── FileListViewAdapter$1.class
│ │ │ │ │ │ ├── FileListViewAdapter$2.class
│ │ │ │ │ │ ├── FileListViewAdapter$3.class
│ │ │ │ │ │ ├── FileListViewAdapter$4.class
│ │ │ │ │ │ ├── FileListViewAdapter$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── FileListViewAdapter$ViewHoder.class
│ │ │ │ │ │ ├── FileListViewAdapter2$1.class
│ │ │ │ │ │ ├── FileListViewAdapter2$2.class
│ │ │ │ │ │ ├── FileListViewAdapter2$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── FileListViewAdapter2$ViewHoder.class
│ │ │ │ │ │ ├── FileListViewAdapter2.class
│ │ │ │ │ │ ├── FileListViewAdapter.class
│ │ │ │ │ │ ├── MainFragmentPagerAdapter.class
│ │ │ │ │ │ ├── PhotoListAdapter$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── PhotoListAdapter$ViewHolder.class
│ │ │ │ │ │ ├── PhotoListAdapter.class
│ │ │ │ │ │ ├── PhotoLoadGridAdapter$1.class
│ │ │ │ │ │ ├── PhotoLoadGridAdapter$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── PhotoLoadGridAdapter$ViewHolder.class
│ │ │ │ │ │ ├── PhotoLoadGridAdapter.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$1.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$2.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$3.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$4.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$5.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$6.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad$7.class
│ │ │ │ │ │ ├── PhotoPopMenuLoad.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter$1$1.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter$1.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter$2.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter$3.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter$4.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter$TEMP.class
│ │ │ │ │ │ ├── PhotoViewPager_Adapter.class
│ │ │ │ │ │ ├── UploadActivityViewPagerAdapter.class
│ │ │ │ │ │ ├── UpLoadOtherAdapter$1.class
│ │ │ │ │ │ ├── UpLoadOtherAdapter$ViewHolder.class
│ │ │ │ │ │ └── UpLoadOtherAdapter.class
│ │ │ │ │ ├── AutoPhotoBackupChooseAlbumAvtivity$1.class
│ │ │ │ │ ├── AutoPhotoBackupChooseAlbumAvtivity.class
│ │ │ │ │ ├── AutoPhotoBackupsActivity$1.class
│ │ │ │ │ ├── AutoPhotoBackupsActivity.class
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ ├── DialogPopupFromBottom2$1.class
│ │ │ │ │ │ ├── DialogPopupFromBottom2$2.class
│ │ │ │ │ │ ├── DialogPopupFromBottom2$3.class
│ │ │ │ │ │ ├── DialogPopupFromBottom2$OnConfirmListener.class
│ │ │ │ │ │ ├── DialogPopupFromBottom2.class
│ │ │ │ │ │ ├── DialogPopupFromBottom3$1.class
│ │ │ │ │ │ ├── DialogPopupFromBottom3$2.class
│ │ │ │ │ │ ├── DialogPopupFromBottom3$3.class
│ │ │ │ │ │ ├── DialogPopupFromBottom3$OnConfirmListener.class
│ │ │ │ │ │ ├── DialogPopupFromBottom3.class
│ │ │ │ │ │ ├── DirCreateDialog$1.class
│ │ │ │ │ │ ├── DirCreateDialog$2.class
│ │ │ │ │ │ ├── DirCreateDialog$OnConfirmListener.class
│ │ │ │ │ │ ├── DirCreateDialog.class
│ │ │ │ │ │ ├── FileSearchDialog$1.class
│ │ │ │ │ │ ├── FileSearchDialog$2.class
│ │ │ │ │ │ ├── FileSearchDialog$OnConfirmListener.class
│ │ │ │ │ │ ├── FileSearchDialog.class
│ │ │ │ │ │ ├── FileSortDialog$1.class
│ │ │ │ │ │ ├── FileSortDialog$OnConfirmListener.class
│ │ │ │ │ │ ├── FileSortDialog.class
│ │ │ │ │ │ ├── JDDialogDownedStop$1.class
│ │ │ │ │ │ ├── JDDialogDownedStop$2.class
│ │ │ │ │ │ ├── JDDialogDownedStop$3.class
│ │ │ │ │ │ ├── JDDialogDownedStop$OnConfirmListener.class
│ │ │ │ │ │ ├── JDDialogDownedStop.class
│ │ │ │ │ │ ├── JDDialogMenuShare$1.class
│ │ │ │ │ │ ├── JDDialogMenuShare$2.class
│ │ │ │ │ │ ├── JDDialogMenuShare$OnConfirmListener.class
│ │ │ │ │ │ ├── JDDialogMenuShare.class
│ │ │ │ │ │ ├── JDDialogPopupRename$1.class
│ │ │ │ │ │ ├── JDDialogPopupRename$2.class
│ │ │ │ │ │ ├── JDDialogPopupRename$OnConfirmListener.class
│ │ │ │ │ │ ├── JDDialogPopupRename.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$1.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$2.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$3.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$4.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$5.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$MyAdapter.class
│ │ │ │ │ │ ├── PhotoDeleteDialog$OnConfirmListener.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$1.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$2.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$3.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$4.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$5.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$MyAdapter.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2$OnConfirmListener.class
│ │ │ │ │ │ ├── PhotoDeleteDialog2.class
│ │ │ │ │ │ ├── PhotoDeleteDialog.class
│ │ │ │ │ │ ├── PhotoDownloadDialog$1.class
│ │ │ │ │ │ ├── PhotoDownloadDialog$2$1.class
│ │ │ │ │ │ ├── PhotoDownloadDialog$2.class
│ │ │ │ │ │ ├── PhotoDownloadDialog$3.class
│ │ │ │ │ │ ├── PhotoDownloadDialog$4.class
│ │ │ │ │ │ ├── PhotoDownloadDialog$OnConfirmListener.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2$1.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2$2$1.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2$2.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2$3.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2$4.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2$OnConfirmListener.class
│ │ │ │ │ │ ├── PhotoDownloadDialog2.class
│ │ │ │ │ │ ├── PhotoDownloadDialog.class
│ │ │ │ │ │ ├── PhotoLoadDialog$1.class
│ │ │ │ │ │ ├── PhotoLoadDialog$2.class
│ │ │ │ │ │ ├── PhotoLoadDialog$OnConfirmListener1.class
│ │ │ │ │ │ ├── PhotoLoadDialog.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$1.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$2$1.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$2.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$3$1.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$3.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$4.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$5.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$6.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$7.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$8.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$9$1.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$9.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$MyHandler.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$MyThread.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$OnConfirmListener.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2$OnLianWangFinishLisenter.class
│ │ │ │ │ │ ├── PhotoLoadDialogOther2.class
│ │ │ │ │ │ ├── PhotoShareDialog$1.class
│ │ │ │ │ │ ├── PhotoShareDialog$2.class
│ │ │ │ │ │ ├── PhotoShareDialog2$1.class
│ │ │ │ │ │ ├── PhotoShareDialog2$2.class
│ │ │ │ │ │ ├── PhotoShareDialog2.class
│ │ │ │ │ │ ├── PhotoShareDialog.class
│ │ │ │ │ │ ├── ReLoginDialog$1.class
│ │ │ │ │ │ ├── ReLoginDialog$2.class
│ │ │ │ │ │ ├── ReLoginDialog$OnConfirmListener.class
│ │ │ │ │ │ └── ReLoginDialog.class
│ │ │ │ │ ├── DownloadED$1.class
│ │ │ │ │ ├── DownloadED.class
│ │ │ │ │ ├── FindPwdActivity$1.class
│ │ │ │ │ ├── FindPwdActivity.class
│ │ │ │ │ ├── fragment
│ │ │ │ │ │ ├── BaseFragment$1.class
│ │ │ │ │ │ ├── BaseFragment$2.class
│ │ │ │ │ │ ├── BaseFragment$MyHandler.class
│ │ │ │ │ │ ├── BaseFragment$MyThread.class
│ │ │ │ │ │ ├── BaseFragment$OnLianWangFinishLisenter.class
│ │ │ │ │ │ ├── BaseFragment.class
│ │ │ │ │ │ ├── FileListFragment$10.class
│ │ │ │ │ │ ├── FileListFragment$1.class
│ │ │ │ │ │ ├── FileListFragment$2.class
│ │ │ │ │ │ ├── FileListFragment$3$1.class
│ │ │ │ │ │ ├── FileListFragment$3$2.class
│ │ │ │ │ │ ├── FileListFragment$3.class
│ │ │ │ │ │ ├── FileListFragment$4$1.class
│ │ │ │ │ │ ├── FileListFragment$4$2.class
│ │ │ │ │ │ ├── FileListFragment$4.class
│ │ │ │ │ │ ├── FileListFragment$5.class
│ │ │ │ │ │ ├── FileListFragment$6.class
│ │ │ │ │ │ ├── FileListFragment$7$1.class
│ │ │ │ │ │ ├── FileListFragment$7$2.class
│ │ │ │ │ │ ├── FileListFragment$7.class
│ │ │ │ │ │ ├── FileListFragment$8.class
│ │ │ │ │ │ ├── FileListFragment$9.class
│ │ │ │ │ │ ├── FileListFragment.class
│ │ │ │ │ │ ├── PhotoListFragment$1$1.class
│ │ │ │ │ │ ├── PhotoListFragment$1.class
│ │ │ │ │ │ ├── PhotoListFragment$2$1.class
│ │ │ │ │ │ ├── PhotoListFragment$2.class
│ │ │ │ │ │ ├── PhotoListFragment$3.class
│ │ │ │ │ │ ├── PhotoListFragment$4.class
│ │ │ │ │ │ ├── PhotoListFragment.class
│ │ │ │ │ │ ├── PhotoUploadingFragment$1.class
│ │ │ │ │ │ ├── PhotoUploadingFragment$2.class
│ │ │ │ │ │ ├── PhotoUploadingFragment$3.class
│ │ │ │ │ │ ├── PhotoUploadingFragment$4.class
│ │ │ │ │ │ ├── PhotoUploadingFragment.class
│ │ │ │ │ │ ├── popupwindow
│ │ │ │ │ │ │ ├── CameraPopMenu$1.class
│ │ │ │ │ │ │ ├── CameraPopMenu$2.class
│ │ │ │ │ │ │ ├── CameraPopMenu.class
│ │ │ │ │ │ │ ├── CameraPopMenuDelete.class
│ │ │ │ │ │ │ ├── CameraPopMenuDown$1.class
│ │ │ │ │ │ │ ├── CameraPopMenuDown$2.class
│ │ │ │ │ │ │ ├── CameraPopMenuDown.class
│ │ │ │ │ │ │ ├── CameraPopMenuShare.class
│ │ │ │ │ │ │ ├── JDDialogPopupFromBottom$1.class
│ │ │ │ │ │ │ ├── JDDialogPopupFromBottom$2.class
│ │ │ │ │ │ │ ├── JDDialogPopupFromBottom$AnimateFirstDisplayListener.class
│ │ │ │ │ │ │ ├── JDDialogPopupFromBottom$MyAdapter.class
│ │ │ │ │ │ │ ├── JDDialogPopupFromBottom.class
│ │ │ │ │ │ │ ├── MenuMore.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$1.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$2.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$3.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$4.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$5.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$MyMoveThread$1.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2$MyMoveThread.class
│ │ │ │ │ │ │ ├── OtherFilePopMenuLoad2.class
│ │ │ │ │ │ │ ├── PhotoLoadDialog2$1.class
│ │ │ │ │ │ │ ├── PhotoLoadDialog2$OnConfirmListener1.class
│ │ │ │ │ │ │ ├── PhotoLoadDialog2.class
│ │ │ │ │ │ │ ├── PhotoPopMenuShow$1.class
│ │ │ │ │ │ │ ├── PhotoPopMenuShow$2.class
│ │ │ │ │ │ │ ├── PhotoPopMenuShow.class
│ │ │ │ │ │ │ ├── PopDelete.class
│ │ │ │ │ │ │ ├── PopMenu$1.class
│ │ │ │ │ │ │ ├── PopMenu2.class
│ │ │ │ │ │ │ ├── PopMenu.class
│ │ │ │ │ │ │ └── PopMore.class
│ │ │ │ │ │ ├── SettingFragment$1$1.class
│ │ │ │ │ │ ├── SettingFragment$1.class
│ │ │ │ │ │ ├── SettingFragment$2.class
│ │ │ │ │ │ ├── SettingFragment$3$1.class
│ │ │ │ │ │ ├── SettingFragment$3.class
│ │ │ │ │ │ ├── SettingFragment$4.class
│ │ │ │ │ │ ├── SettingFragment$5.class
│ │ │ │ │ │ ├── SettingFragment$6.class
│ │ │ │ │ │ ├── SettingFragment$7.class
│ │ │ │ │ │ ├── SettingFragment$AnimateFirstDisplayListener.class
│ │ │ │ │ │ ├── SettingFragment.class
│ │ │ │ │ │ ├── UpLoadOtherFileFragment$1.class
│ │ │ │ │ │ ├── UpLoadOtherFileFragment$2.class
│ │ │ │ │ │ ├── UpLoadOtherFileFragment$3.class
│ │ │ │ │ │ ├── UpLoadOtherFileFragment$4.class
│ │ │ │ │ │ ├── UpLoadOtherFileFragment$5.class
│ │ │ │ │ │ └── UpLoadOtherFileFragment.class
│ │ │ │ │ ├── LoginActivity$1.class
│ │ │ │ │ ├── LoginActivity.class
│ │ │ │ │ ├── MainFragmentActivity$1$1.class
│ │ │ │ │ ├── MainFragmentActivity$1.class
│ │ │ │ │ ├── MainFragmentActivity$2.class
│ │ │ │ │ ├── MainFragmentActivity$3.class
│ │ │ │ │ ├── MainFragmentActivity$4.class
│ │ │ │ │ ├── MainFragmentActivity.class
│ │ │ │ │ ├── myviews
│ │ │ │ │ │ ├── FileDirLocationBar$1.class
│ │ │ │ │ │ ├── FileDirLocationBar$OnFilePathChange.class
│ │ │ │ │ │ ├── FileDirLocationBar3$MoveToEnd.class
│ │ │ │ │ │ ├── FileDirLocationBar3$OnFilePathChange.class
│ │ │ │ │ │ ├── FileDirLocationBar3.class
│ │ │ │ │ │ └── FileDirLocationBar.class
│ │ │ │ │ ├── PhotoShowActivity$1.class
│ │ │ │ │ ├── PhotoShowActivity$2.class
│ │ │ │ │ ├── PhotoShowActivity$3.class
│ │ │ │ │ ├── PhotoShowActivity.class
│ │ │ │ │ ├── SettingActivity$1.class
│ │ │ │ │ ├── SettingActivity$2.class
│ │ │ │ │ ├── SettingActivity$3.class
│ │ │ │ │ ├── SettingActivity$4.class
│ │ │ │ │ ├── SettingActivity.class
│ │ │ │ │ ├── UpLoadActivity$1.class
│ │ │ │ │ └── UpLoadActivity.class
│ │ │ │ ├── utils
│ │ │ │ │ ├── AlbumGridViewAdapterManager$1.class
│ │ │ │ │ ├── AlbumGridViewAdapterManager.class
│ │ │ │ │ ├── AlterFile.class
│ │ │ │ │ ├── AlterFolder.class
│ │ │ │ │ ├── Compat.class
│ │ │ │ │ ├── Constants.class
│ │ │ │ │ ├── DateUtils.class
│ │ │ │ │ ├── FileDownLoadLinkedUtil.class
│ │ │ │ │ ├── FileOpenUtils.class
│ │ │ │ │ ├── FindType.class
│ │ │ │ │ ├── HackyViewPager.class
│ │ │ │ │ ├── IPhotoView.class
│ │ │ │ │ ├── LocalImageFind$1.class
│ │ │ │ │ ├── LocalImageFind.class
│ │ │ │ │ ├── Logs.class
│ │ │ │ │ ├── MyComparetor2.class
│ │ │ │ │ ├── MyGridView.class
│ │ │ │ │ ├── PhotoViewAttacher$1.class
│ │ │ │ │ ├── PhotoViewAttacher$AnimatedZoomRunnable.class
│ │ │ │ │ ├── PhotoViewAttacher$FlingRunnable.class
│ │ │ │ │ ├── PhotoViewAttacher$OnMatrixChangedListener.class
│ │ │ │ │ ├── PhotoViewAttacher$OnPhotoTapListener.class
│ │ │ │ │ ├── PhotoViewAttacher$OnViewTapListener.class
│ │ │ │ │ ├── PhotoViewAttacher.class
│ │ │ │ │ ├── PhotoView.class
│ │ │ │ │ ├── RenameRun$1.class
│ │ │ │ │ ├── RenameRun.class
│ │ │ │ │ ├── ScrollerProxy$GingerScroller.class
│ │ │ │ │ ├── ScrollerProxy$PreGingerScroller.class
│ │ │ │ │ ├── ScrollerProxy.class
│ │ │ │ │ ├── SDK16.class
│ │ │ │ │ ├── TimeAndSizeUtil.class
│ │ │ │ │ ├── TimeUtils.class
│ │ │ │ │ ├── ToastUtils.class
│ │ │ │ │ ├── VersionedGestureDetector$CupcakeDetector.class
│ │ │ │ │ ├── VersionedGestureDetector$EclairDetector.class
│ │ │ │ │ ├── VersionedGestureDetector$FroyoDetector$1.class
│ │ │ │ │ ├── VersionedGestureDetector$FroyoDetector.class
│ │ │ │ │ ├── VersionedGestureDetector$OnGestureListener.class
│ │ │ │ │ └── VersionedGestureDetector.class
│ │ │ │ └── view
│ │ │ │ ├── CircularAnimatedDrawable$1.class
│ │ │ │ ├── CircularAnimatedDrawable$2.class
│ │ │ │ ├── CircularAnimatedDrawable$3.class
│ │ │ │ ├── CircularAnimatedDrawable.class
│ │ │ │ ├── CircularProgressButton$1.class
│ │ │ │ ├── CircularProgressButton$2.class
│ │ │ │ ├── CircularProgressButton$3.class
│ │ │ │ ├── CircularProgressButton$4.class
│ │ │ │ ├── CircularProgressButton$5.class
│ │ │ │ ├── CircularProgressButton$SavedState$1.class
│ │ │ │ ├── CircularProgressButton$SavedState.class
│ │ │ │ ├── CircularProgressButton$State.class
│ │ │ │ ├── CircularProgressButton.class
│ │ │ │ ├── CircularProgressDrawable.class
│ │ │ │ ├── MorphingAnimation$1.class
│ │ │ │ ├── MorphingAnimation$2.class
│ │ │ │ ├── MorphingAnimation.class
│ │ │ │ ├── OnAnimationEndListener.class
│ │ │ │ ├── StateManager.class
│ │ │ │ └── StrokeGradientDrawable.class
│ │ │ ├── handmark
│ │ │ │ └── pulltorefresh
│ │ │ │ └── library
│ │ │ │ ├── extras
│ │ │ │ │ ├── PullToRefreshWebView2$JsValueCallback.class
│ │ │ │ │ ├── PullToRefreshWebView2.class
│ │ │ │ │ └── SoundPullEventListener.class
│ │ │ │ ├── ILoadingLayout.class
│ │ │ │ ├── internal
│ │ │ │ │ ├── EmptyViewMethodAccessor.class
│ │ │ │ │ ├── FlipLoadingLayout.class
│ │ │ │ │ ├── IndicatorLayout.class
│ │ │ │ │ ├── LoadingLayout.class
│ │ │ │ │ ├── RotateLoadingLayout.class
│ │ │ │ │ ├── Utils.class
│ │ │ │ │ ├── ViewCompat$SDK11.class
│ │ │ │ │ ├── ViewCompat$SDK16.class
│ │ │ │ │ └── ViewCompat.class
│ │ │ │ ├── IPullToRefresh.class
│ │ │ │ ├── LoadingLayoutProxy.class
│ │ │ │ ├── OverscrollHelper.class
│ │ │ │ ├── PullToRefreshAdapterViewBase.class
│ │ │ │ ├── PullToRefreshBase$1.class
│ │ │ │ ├── PullToRefreshBase$2.class
│ │ │ │ ├── PullToRefreshBase$3.class
│ │ │ │ ├── PullToRefreshBase$AnimationStyle.class
│ │ │ │ ├── PullToRefreshBase$Mode.class
│ │ │ │ ├── PullToRefreshBase$OnLastItemVisibleListener.class
│ │ │ │ ├── PullToRefreshBase$OnPullEventListener.class
│ │ │ │ ├── PullToRefreshBase$OnRefreshListener2.class
│ │ │ │ ├── PullToRefreshBase$OnRefreshListener.class
│ │ │ │ ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class
│ │ │ │ ├── PullToRefreshBase$Orientation.class
│ │ │ │ ├── PullToRefreshBase$SmoothScrollRunnable.class
│ │ │ │ ├── PullToRefreshBase$State.class
│ │ │ │ ├── PullToRefreshBase.class
│ │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListView.class
│ │ │ │ ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
│ │ │ │ ├── PullToRefreshExpandableListView.class
│ │ │ │ ├── PullToRefreshGridView$InternalGridView.class
│ │ │ │ ├── PullToRefreshGridView$InternalGridViewSDK9.class
│ │ │ │ ├── PullToRefreshGridView.class
│ │ │ │ ├── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
│ │ │ │ ├── PullToRefreshHorizontalScrollView.class
│ │ │ │ ├── PullToRefreshListView$InternalListView.class
│ │ │ │ ├── PullToRefreshListView$InternalListViewSDK9.class
│ │ │ │ ├── PullToRefreshListView.class
│ │ │ │ ├── PullToRefreshScrollView$InternalScrollViewSDK9.class
│ │ │ │ ├── PullToRefreshScrollView.class
│ │ │ │ ├── PullToRefreshWebView$1.class
│ │ │ │ ├── PullToRefreshWebView$2.class
│ │ │ │ ├── PullToRefreshWebView$InternalWebViewSDK9.class
│ │ │ │ └── PullToRefreshWebView.class
│ │ │ ├── jpardogo
│ │ │ │ └── android
│ │ │ │ └── googleprogressbar
│ │ │ │ └── library
│ │ │ │ ├── FoldingCirclesDrawable$Builder.class
│ │ │ │ ├── FoldingCirclesDrawable$ProgressStates.class
│ │ │ │ ├── FoldingCirclesDrawable.class
│ │ │ │ ├── GoogleProgressBar$ProgressType.class
│ │ │ │ ├── GoogleProgressBar.class
│ │ │ │ └── MyDialogProgressBar.class
│ │ │ ├── lockscreen
│ │ │ │ ├── pattern
│ │ │ │ │ ├── CreateGesturePasswordActivity$1.class
│ │ │ │ │ ├── CreateGesturePasswordActivity$2.class
│ │ │ │ │ ├── CreateGesturePasswordActivity$LeftButtonMode.class
│ │ │ │ │ ├── CreateGesturePasswordActivity$RightButtonMode.class
│ │ │ │ │ ├── CreateGesturePasswordActivity$Stage.class
│ │ │ │ │ ├── CreateGesturePasswordActivity.class
│ │ │ │ │ ├── GuideGesturePasswordActivity$1.class
│ │ │ │ │ ├── GuideGesturePasswordActivity.class
│ │ │ │ │ ├── LockPasswordUtils$PasswordFileObserver.class
│ │ │ │ │ ├── LockPasswordUtils.class
│ │ │ │ │ ├── OffUnlockPasswordActivity$1.class
│ │ │ │ │ ├── OffUnlockPasswordActivity$2.class
│ │ │ │ │ ├── OffUnlockPasswordActivity$3$1.class
│ │ │ │ │ ├── OffUnlockPasswordActivity$3.class
│ │ │ │ │ ├── OffUnlockPasswordActivity.class
│ │ │ │ │ ├── UnlockGesturePassword2Activity$1.class
│ │ │ │ │ ├── UnlockGesturePassword2Activity$2.class
│ │ │ │ │ ├── UnlockGesturePassword2Activity$3$1.class
│ │ │ │ │ ├── UnlockGesturePassword2Activity$3.class
│ │ │ │ │ ├── UnlockGesturePassword2Activity.class
│ │ │ │ │ ├── UnlockGesturePasswordActivity$1.class
│ │ │ │ │ ├── UnlockGesturePasswordActivity$2.class
│ │ │ │ │ ├── UnlockGesturePasswordActivity$3$1.class
│ │ │ │ │ ├── UnlockGesturePasswordActivity$3.class
│ │ │ │ │ └── UnlockGesturePasswordActivity.class
│ │ │ │ └── view
│ │ │ │ ├── LockPatternUtils$LockPatternFileObserver.class
│ │ │ │ ├── LockPatternUtils.class
│ │ │ │ ├── LockPatternView$Cell.class
│ │ │ │ ├── LockPatternView$DisplayMode.class
│ │ │ │ ├── LockPatternView$OnPatternListener.class
│ │ │ │ ├── LockPatternView$SavedState$1.class
│ │ │ │ ├── LockPatternView$SavedState.class
│ │ │ │ └── LockPatternView.class
│ │ │ └── nostra13
│ │ │ └── universalimageloader
│ │ │ ├── cache
│ │ │ │ ├── disc
│ │ │ │ │ ├── DiscCacheAware.class
│ │ │ │ │ ├── DiskCache.class
│ │ │ │ │ ├── impl
│ │ │ │ │ │ ├── BaseDiscCache.class
│ │ │ │ │ │ ├── ext
│ │ │ │ │ │ │ ├── DiskLruCache$1.class
│ │ │ │ │ │ │ ├── DiskLruCache$2.class
│ │ │ │ │ │ │ ├── DiskLruCache$Editor$FaultHidingOutputStream.class
│ │ │ │ │ │ │ ├── DiskLruCache$Editor.class
│ │ │ │ │ │ │ ├── DiskLruCache$Entry.class
│ │ │ │ │ │ │ ├── DiskLruCache$Snapshot.class
│ │ │ │ │ │ │ ├── DiskLruCache.class
│ │ │ │ │ │ │ ├── LruDiscCache.class
│ │ │ │ │ │ │ ├── StrictLineReader$1.class
│ │ │ │ │ │ │ ├── StrictLineReader.class
│ │ │ │ │ │ │ └── Util.class
│ │ │ │ │ │ ├── LimitedAgeDiscCache.class
│ │ │ │ │ │ └── UnlimitedDiscCache.class
│ │ │ │ │ └── naming
│ │ │ │ │ ├── FileNameGenerator.class
│ │ │ │ │ ├── HashCodeFileNameGenerator.class
│ │ │ │ │ └── Md5FileNameGenerator.class
│ │ │ │ └── memory
│ │ │ │ ├── BaseMemoryCache.class
│ │ │ │ ├── impl
│ │ │ │ │ ├── FIFOLimitedMemoryCache.class
│ │ │ │ │ ├── FuzzyKeyMemoryCache.class
│ │ │ │ │ ├── LargestLimitedMemoryCache.class
│ │ │ │ │ ├── LimitedAgeMemoryCache.class
│ │ │ │ │ ├── LRULimitedMemoryCache.class
│ │ │ │ │ ├── LruMemoryCache.class
│ │ │ │ │ ├── UsingFreqLimitedMemoryCache.class
│ │ │ │ │ └── WeakMemoryCache.class
│ │ │ │ ├── LimitedMemoryCache.class
│ │ │ │ ├── MemoryCacheAware.class
│ │ │ │ └── MemoryCache.class
│ │ │ ├── core
│ │ │ │ ├── assist
│ │ │ │ │ ├── ContentLengthInputStream.class
│ │ │ │ │ ├── deque
│ │ │ │ │ │ ├── BlockingDeque.class
│ │ │ │ │ │ ├── Deque.class
│ │ │ │ │ │ ├── LIFOLinkedBlockingDeque.class
│ │ │ │ │ │ ├── LinkedBlockingDeque$AbstractItr.class
│ │ │ │ │ │ ├── LinkedBlockingDeque$DescendingItr.class
│ │ │ │ │ │ ├── LinkedBlockingDeque$Itr.class
│ │ │ │ │ │ ├── LinkedBlockingDeque$Node.class
│ │ │ │ │ │ └── LinkedBlockingDeque.class
│ │ │ │ │ ├── FailReason$FailType.class
│ │ │ │ │ ├── FailReason.class
│ │ │ │ │ ├── FlushedInputStream.class
│ │ │ │ │ ├── ImageScaleType.class
│ │ │ │ │ ├── ImageSize.class
│ │ │ │ │ ├── LoadedFrom.class
│ │ │ │ │ ├── QueueProcessingType.class
│ │ │ │ │ └── ViewScaleType.class
│ │ │ │ ├── decode
│ │ │ │ │ ├── BaseImageDecoder$ExifInfo.class
│ │ │ │ │ ├── BaseImageDecoder$ImageFileInfo.class
│ │ │ │ │ ├── BaseImageDecoder.class
│ │ │ │ │ ├── ImageDecoder.class
│ │ │ │ │ └── ImageDecodingInfo.class
│ │ │ │ ├── DefaultConfigurationFactory$DefaultThreadFactory.class
│ │ │ │ ├── DefaultConfigurationFactory.class
│ │ │ │ ├── display
│ │ │ │ │ ├── BitmapDisplayer.class
│ │ │ │ │ ├── FadeInBitmapDisplayer.class
│ │ │ │ │ ├── RoundedBitmapDisplayer$RoundedDrawable.class
│ │ │ │ │ ├── RoundedBitmapDisplayer.class
│ │ │ │ │ ├── RoundedVignetteBitmapDisplayer$RoundedVignetteDrawable.class
│ │ │ │ │ ├── RoundedVignetteBitmapDisplayer.class
│ │ │ │ │ └── SimpleBitmapDisplayer.class
│ │ │ │ ├── DisplayBitmapTask.class
│ │ │ │ ├── DisplayImageOptions$Builder.class
│ │ │ │ ├── DisplayImageOptions.class
│ │ │ │ ├── download
│ │ │ │ │ ├── BaseImageDownloader.class
│ │ │ │ │ ├── ImageDownloader$Scheme.class
│ │ │ │ │ └── ImageDownloader.class
│ │ │ │ ├── imageaware
│ │ │ │ │ ├── ImageAware.class
│ │ │ │ │ ├── ImageViewAware.class
│ │ │ │ │ ├── NonViewAware.class
│ │ │ │ │ └── ViewAware.class
│ │ │ │ ├── ImageLoader$SyncImageLoadingListener.class
│ │ │ │ ├── ImageLoader.class
│ │ │ │ ├── ImageLoaderConfiguration$Builder.class
│ │ │ │ ├── ImageLoaderConfiguration$NetworkDeniedImageDownloader.class
│ │ │ │ ├── ImageLoaderConfiguration$SlowNetworkImageDownloader.class
│ │ │ │ ├── ImageLoaderConfiguration.class
│ │ │ │ ├── ImageLoaderEngine$1.class
│ │ │ │ ├── ImageLoaderEngine.class
│ │ │ │ ├── ImageLoadingInfo.class
│ │ │ │ ├── listener
│ │ │ │ │ ├── ImageLoadingListener.class
│ │ │ │ │ ├── ImageLoadingProgressListener.class
│ │ │ │ │ ├── PauseOnScrollListener.class
│ │ │ │ │ └── SimpleImageLoadingListener.class
│ │ │ │ ├── LoadAndDisplayImageTask$1.class
│ │ │ │ ├── LoadAndDisplayImageTask$2.class
│ │ │ │ ├── LoadAndDisplayImageTask$3.class
│ │ │ │ ├── LoadAndDisplayImageTask$TaskCancelledException.class
│ │ │ │ ├── LoadAndDisplayImageTask.class
│ │ │ │ ├── process
│ │ │ │ │ └── BitmapProcessor.class
│ │ │ │ └── ProcessAndDisplayImageTask.class
│ │ │ └── utils
│ │ │ ├── DiskCacheUtils.class
│ │ │ ├── ImageSizeUtils.class
│ │ │ ├── IoUtils$CopyListener.class
│ │ │ ├── IoUtils.class
│ │ │ ├── L.class
│ │ │ ├── MemoryCacheUtils$1.class
│ │ │ ├── MemoryCacheUtils.class
│ │ │ └── StorageUtils.class
│ │ └── jarlist.cache
│ ├── gen
│ │ └── com
│ │ └── fyx
│ │ └── yunpan
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── libs
│ │ ├── android-support-v4.jar
│ │ ├── gson-2.2.4.jar
│ │ └── libammsdk.jar
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── anim
│ │ │ ├── activity_left_in.xml
│ │ │ ├── activity_left_out.xml
│ │ │ ├── activity_right_in.xml
│ │ │ ├── activity_right_out.xml
│ │ │ ├── btn_bottom.xml
│ │ │ ├── camera_image_chouse.xml
│ │ │ ├── check.xml
│ │ │ ├── chouse.xml
│ │ │ ├── cycle_7.xml
│ │ │ ├── dialog_enter.xml
│ │ │ ├── dialog_exit.xml
│ │ │ ├── interpolator_cycle.xml
│ │ │ ├── menu_bottombar_in.xml
│ │ │ ├── menu_bottombar_out.xml
│ │ │ ├── menu_up.xml
│ │ │ ├── photo_down_progress.xml
│ │ │ ├── photo_select_of.xml
│ │ │ ├── pophidden_anim.xml
│ │ │ ├── popshow_anim.xml
│ │ │ ├── progress_bar_anim.xml
│ │ │ ├── push_bottom_in.xml
│ │ │ ├── push_bottom_out.xml
│ │ │ ├── shake.xml
│ │ │ ├── shake_x.xml
│ │ │ ├── shake_y.xml
│ │ │ ├── show_dis.xml
│ │ │ ├── slide_in_from_bottom.xml
│ │ │ ├── slide_in_from_top.xml
│ │ │ ├── slide_out_to_bottom.xml
│ │ │ └── slide_out_to_top.xml
│ │ ├── color
│ │ │ ├── complete_state_selector.xml
│ │ │ ├── error_state_selector.xml
│ │ │ └── idle_state_selector.xml
│ │ ├── drawable
│ │ │ ├── auto_video_backups_switcher.xml
│ │ │ ├── back_btn.xml
│ │ │ ├── background_dialog.xml
│ │ │ ├── background.xml
│ │ │ ├── btn_0.xml
│ │ │ ├── btn_1.xml
│ │ │ ├── btn_2.xml
│ │ │ ├── btn_3.xml
│ │ │ ├── btn_4.xml
│ │ │ ├── btn_5.xml
│ │ │ ├── btn_6.xml
│ │ │ ├── btn_7.xml
│ │ │ ├── btn_8.xml
│ │ │ ├── btn_9.xml
│ │ │ ├── btn_add_accounts.xml
│ │ │ ├── btn_back.xml
│ │ │ ├── btn_bottom.xml
│ │ │ ├── btn_clear.xml
│ │ │ ├── camera_image_chouse.xml
│ │ │ ├── camera_pop_bn.xml
│ │ │ ├── check.xml
│ │ │ ├── chouse.xml
│ │ │ ├── clear_confirm_btn.xml
│ │ │ ├── colorselect2.xml
│ │ │ ├── colorselect3.xml
│ │ │ ├── colorselect.xml
│ │ │ ├── common_btn_green.xml
│ │ │ ├── common_btn_red.xml
│ │ │ ├── complete_state_selector.xml
│ │ │ ├── dialog_cancle_btn2.xml
│ │ │ ├── dialog_cancle_btn3.xml
│ │ │ ├── dialog_cancle_btn.xml
│ │ │ ├── error_state_selector.xml
│ │ │ ├── idle_state_selector.xml
│ │ │ ├── indicator_bg_bottom.xml
│ │ │ ├── indicator_bg_top.xml
│ │ │ ├── jd_delete_btn.xml
│ │ │ ├── jd_more_move_btn.xml
│ │ │ ├── jd_pop_more.xml
│ │ │ ├── jd_pop_move_newfile.xml
│ │ │ ├── jd_trans_btn.xml
│ │ │ ├── line_bottom.xml
│ │ │ ├── location_btn_last.xml
│ │ │ ├── location_btn.xml
│ │ │ ├── photo_down_progress.xml
│ │ │ ├── photo_load_bn1.xml
│ │ │ ├── photo_load_bn2.xml
│ │ │ ├── photo_load_select_of.xml
│ │ │ ├── photo_select_of.xml
│ │ │ ├── point.xml
│ │ │ ├── pwd_btn.xml
│ │ │ ├── scrollbar_handle_vertical.9.png
│ │ │ ├── setpass_info.png
│ │ │ ├── skin_color_button.xml
│ │ │ ├── three_state_btn.xml
│ │ │ └── welcome_bg.xml
│ │ ├── drawable-hdpi
│ │ │ ├── ab_album_normal.png
│ │ │ ├── ab_album_press.png
│ │ │ ├── ab_bottom_album_gray_normal.9.png
│ │ │ ├── ab_complete.png
│ │ │ ├── ab_off.png
│ │ │ ├── ab_on.png
│ │ │ ├── ab_photo_bg.png
│ │ │ ├── ab_stop_backup_icon.png
│ │ │ ├── ab_toggle_bg.9.png
│ │ │ ├── action_close.png
│ │ │ ├── album_empty.png
│ │ │ ├── album_un_select.9.png
│ │ │ ├── application_bg_welcome.png
│ │ │ ├── arrow_down.png
│ │ │ ├── auto_photo_zone.png
│ │ │ ├── avatar.png
│ │ │ ├── backuped_icon.png
│ │ │ ├── bottom_bg_gray.9.png
│ │ │ ├── bottom_delog_btn_normal.9.png
│ │ │ ├── bottom_delog_btn_pressed.9.png
│ │ │ ├── bottom_menu_line.9.png
│ │ │ ├── bottom_trans_menu_bg.9.png
│ │ │ ├── btn_add_accounts_normal.9.png
│ │ │ ├── btn_add_accounts_pressed.9.png
│ │ │ ├── btn_bar_white_n.9.png
│ │ │ ├── btn_blue.9.png
│ │ │ ├── btn_blue_pressed.9.png
│ │ │ ├── btn_bottom_black_normal.9.png
│ │ │ ├── btn_bottom_black_pressed.9.png
│ │ │ ├── btn_checkbox_off.png
│ │ │ ├── btn_checkbox_on.png
│ │ │ ├── btn_create_folder.png
│ │ │ ├── btn_create_folder_press.png
│ │ │ ├── btn_location.9.png
│ │ │ ├── btn_location_arrow.png
│ │ │ ├── btn_location_last.9.png
│ │ │ ├── btn_location_last_press.9.png
│ │ │ ├── btn_location_press.9.png
│ │ │ ├── btn_pink.9.png
│ │ │ ├── btn_pink_pressed.9.png
│ │ │ ├── btn_search_del_press.png
│ │ │ ├── btn_share_enable.9.png
│ │ │ ├── btn_share_normal.9.png
│ │ │ ├── btn_share_pressed.9.png
│ │ │ ├── btn_transfer.png
│ │ │ ├── card_avatar.9.png
│ │ │ ├── check_off.png
│ │ │ ├── check_on.png
│ │ │ ├── cloud_dir_icon.png
│ │ │ ├── common_icon15.png
│ │ │ ├── common_title_bar_back_white_normal.png
│ │ │ ├── complete_list_bg.9.png
│ │ │ ├── default_ptr_flip.png
│ │ │ ├── default_ptr_rotate.png
│ │ │ ├── delog_bg.9.png
│ │ │ ├── delog_icon.png
│ │ │ ├── delog_iconx.png
│ │ │ ├── downloaded_none.png
│ │ │ ├── drop_down_list_arrow.png
│ │ │ ├── edittext_default.9.png
│ │ │ ├── edittext_focus.9.png
│ │ │ ├── edittext_pass.9.png
│ │ │ ├── f_book.png
│ │ │ ├── file_delete.png
│ │ │ ├── file_download.png
│ │ │ ├── file_more.png
│ │ │ ├── file_operate_bg.9.png
│ │ │ ├── file_operate_down.png
│ │ │ ├── file_operate_normal.png
│ │ │ ├── file_operate_pressed.png
│ │ │ ├── file_operate_up.png
│ │ │ ├── file_share.png
│ │ │ ├── f_img.png
│ │ │ ├── f_instructions.png
│ │ │ ├── f_music.png
│ │ │ ├── ft_aac.png
│ │ │ ├── ft_ac3.png
│ │ │ ├── ft_aifc.png
│ │ │ ├── ft_aiff.png
│ │ │ ├── ft_aif.png
│ │ │ ├── ft_ai.png
│ │ │ ├── ft_amr.png
│ │ │ ├── ft_ani.png
│ │ │ ├── ft_ape.png
│ │ │ ├── ft_apk.png
│ │ │ ├── ft_asf.png
│ │ │ ├── ft_au.png
│ │ │ ├── ft_avi.png
│ │ │ ├── ft_bat.png
│ │ │ ├── ft_bin.png
│ │ │ ├── ft_bmp.png
│ │ │ ├── ft_bup.png
│ │ │ ├── ft_cab.png
│ │ │ ├── ft_cal.png
│ │ │ ├── ft_cat.png
│ │ │ ├── ft_cd.png
│ │ │ ├── ft_cur.png
│ │ │ ├── ft_dat.png
│ │ │ ├── ft_dcr.png
│ │ │ ├── ft_der.png
│ │ │ ├── ft_dic.png
│ │ │ ├── ft_dll.png
│ │ │ ├── ft_doc.png
│ │ │ ├── ft_docx.png
│ │ │ ├── ft_dvd.png
│ │ │ ├── ft_dwg.png
│ │ │ ├── ft_dwt.png
│ │ │ ├── ft_epub.png
│ │ │ ├── ft_flac.png
│ │ │ ├── ft_fla.png
│ │ │ ├── ft_flv.png
│ │ │ ├── ft_fon.png
│ │ │ ├── ft_font.png
│ │ │ ├── ft_gif.png
│ │ │ ├── ft_gp.png
│ │ │ ├── ft_hlp.png
│ │ │ ├── ft_hst.png
│ │ │ ├── ft_html.png
│ │ │ ├── ft_ico.png
│ │ │ ├── ft_ifo.png
│ │ │ ├── ft_inf.png
│ │ │ ├── ft_ini.png
│ │ │ ├── ft_iso.png
│ │ │ ├── ft_java.png
│ │ │ ├── ft_jif.png
│ │ │ ├── ft_jpg.png
│ │ │ ├── ft_log.png
│ │ │ ├── ft_m4a.png
│ │ │ ├── ft_mid.png
│ │ │ ├── ft_mkv.png
│ │ │ ├── ft_mmf.png
│ │ │ ├── ft_mmm.png
│ │ │ ├── ft_mod.png
│ │ │ ├── ft_mov.png
│ │ │ ├── ft_mp2.png
│ │ │ ├── ft_mp2v.png
│ │ │ ├── ft_mp3.png
│ │ │ ├── ft_mp4.png
│ │ │ ├── ft_mpeg.png
│ │ │ ├── ft_mpg.png
│ │ │ ├── ft_msp.png
│ │ │ ├── ft_ogg.png
│ │ │ ├── ft_pdf.png
│ │ │ ├── ft_png.png
│ │ │ ├── ft_ppt.png
│ │ │ ├── ft_pptx.png
│ │ │ ├── ft_psd.png
│ │ │ ├── ft_ram.png
│ │ │ ├── ft_ra.png
│ │ │ ├── ft_rar.png
│ │ │ ├── ft_reg.png
│ │ │ ├── ft_rm.png
│ │ │ ├── ft_rmvb.png
│ │ │ ├── ft_rtf.png
│ │ │ ├── ft_swf.png
│ │ │ ├── ft_theme.png
│ │ │ ├── ft_tiff.png
│ │ │ ├── ft_tlb.png
│ │ │ ├── ft_ttf.png
│ │ │ ├── ft_txt.png
│ │ │ ├── ft_vob.png
│ │ │ ├── ft_wav.png
│ │ │ ├── ft_wma.png
│ │ │ ├── ft_wmv.png
│ │ │ ├── ft_wpl.png
│ │ │ ├── ft_wri.png
│ │ │ ├── ft_xls.png
│ │ │ ├── ft_xlsx.png
│ │ │ ├── ft_xml.png
│ │ │ ├── ft_xsl.png
│ │ │ ├── ft_zip.png
│ │ │ ├── f_video.png
│ │ │ ├── gallery_back.png
│ │ │ ├── gallery_bar_bg.9.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── ic_ok.png
│ │ │ ├── icon_about.png
│ │ │ ├── icon_dlg_download_fail.png
│ │ │ ├── icon_no_job.png
│ │ │ ├── icon.png
│ │ │ ├── ic_stub.png
│ │ │ ├── ic_type_unknow.png
│ │ │ ├── img_default.png
│ │ │ ├── img_del_normal.png
│ │ │ ├── img_download_normal.png
│ │ │ ├── img_share_normal.png
│ │ │ ├── img_view_normal.png
│ │ │ ├── indicator_arrow.png
│ │ │ ├── job_status_down.png
│ │ │ ├── keyboard0.9.png
│ │ │ ├── keyboard0_pressed.9.png
│ │ │ ├── keyboard1.9.png
│ │ │ ├── keyboard1_pressed.9.png
│ │ │ ├── keyboard2.9.png
│ │ │ ├── keyboard2_pressed.9.png
│ │ │ ├── keyboard3.9.png
│ │ │ ├── keyboard3_pressed.9.png
│ │ │ ├── keyboard4.9.png
│ │ │ ├── keyboard4_pressed.9.png
│ │ │ ├── keyboard5.9.png
│ │ │ ├── keyboard5_pressed.9.png
│ │ │ ├── keyboard6.9.png
│ │ │ ├── keyboard6_pressed.9.png
│ │ │ ├── keyboard7.9.png
│ │ │ ├── keyboard7_pressed.9.png
│ │ │ ├── keyboard8.9.png
│ │ │ ├── keyboard8_pressed.9.png
│ │ │ ├── keyboard9.9.png
│ │ │ ├── keyboard9_pressed.9.png
│ │ │ ├── keyboardback.9.png
│ │ │ ├── keyboardback_pressed.9.png
│ │ │ ├── keyboardclear.9.png
│ │ │ ├── keyboardclear_pressed.9.png
│ │ │ ├── leading_tip_detail_pager_pic.png
│ │ │ ├── line.png
│ │ │ ├── loading_bar_1.png
│ │ │ ├── loading_bar_2.png
│ │ │ ├── loading_bar_3.png
│ │ │ ├── loading_bar_4.png
│ │ │ ├── loading_bg.9.png
│ │ │ ├── loading_shade.png
│ │ │ ├── login_border.9.png
│ │ │ ├── menu_del_black.png
│ │ │ ├── menu_del_gray.png
│ │ │ ├── menu_download_black.png
│ │ │ ├── menu_download_gray.png
│ │ │ ├── menu_download.png
│ │ │ ├── menu_more_black.png
│ │ │ ├── menu_more_gray.png
│ │ │ ├── menu_more.png
│ │ │ ├── menu_more_selected_gray.png
│ │ │ ├── menu_share_black.png
│ │ │ ├── menu_share_gray.png
│ │ │ ├── menu_share.png
│ │ │ ├── menu_upload.png
│ │ │ ├── more_auto_backup.png
│ │ │ ├── more_contacts.png
│ │ │ ├── more_create_folder.png
│ │ │ ├── more_downloaded.png
│ │ │ ├── more_edit.png
│ │ │ ├── more_exit.png
│ │ │ ├── more_lock.png
│ │ │ ├── more_move.png
│ │ │ ├── more_refresh.png
│ │ │ ├── more_search.png
│ │ │ ├── more_setting.png
│ │ │ ├── more_sort.png
│ │ │ ├── more_uploaded.png
│ │ │ ├── multi_menu_bottom.9.png
│ │ │ ├── multi_menu_top.9.png
│ │ │ ├── photo_album_bg.9.png
│ │ │ ├── photo_album_icon.png
│ │ │ ├── photo_downloaded.png
│ │ │ ├── photo_download_fail.png
│ │ │ ├── photo_downloading.png
│ │ │ ├── photo_download_waiting.png
│ │ │ ├── photos_bg_normal.9.png
│ │ │ ├── photos_bg_press.9.png
│ │ │ ├── photo_select.9.png
│ │ │ ├── progress_bar1.png
│ │ │ ├── prompt_icon.png
│ │ │ ├── qihoo_accounts_bg.jpg
│ │ │ ├── qihoo_accounts_btn_show_normal.9.png
│ │ │ ├── qihoo_accounts_btn_show_pressed.9.png
│ │ │ ├── qihoo_accounts_btn_top_back_normal.png
│ │ │ ├── qihoo_accounts_login_n.9.png
│ │ │ ├── qihoo_accounts_login_p.9.png
│ │ │ ├── qihoo_accounts_pass_lable.png
│ │ │ ├── qihoo_accounts_user_lable.png
│ │ │ ├── sa.png
│ │ │ ├── share_friends.png
│ │ │ ├── share_link.png
│ │ │ ├── share_mail.png
│ │ │ ├── share_other.png
│ │ │ ├── share_sms.png
│ │ │ ├── share_weixin.png
│ │ │ ├── sort_name_a.png
│ │ │ ├── sort_name_z.png
│ │ │ ├── sort_selected.png
│ │ │ ├── sort_time_new.png
│ │ │ ├── sort_time_old.png
│ │ │ ├── ss.png
│ │ │ ├── sync_loading_logo.png
│ │ │ ├── tab_bg_selected.9.png
│ │ │ ├── tab_menu_current.9.png
│ │ │ ├── task_delete.png
│ │ │ ├── title_tab_normal.9.png
│ │ │ ├── title_tab_selected.9.png
│ │ │ ├── transfer_bottom_bg.9.png
│ │ │ ├── trans_over.png
│ │ │ ├── trans_play.png
│ │ │ ├── trans_stop.png
│ │ │ ├── upload2cloud_list_arrow_right.png
│ │ │ ├── upload2cloud_pos_arrow_right.png
│ │ │ ├── upload2dir_noarmal.9.png
│ │ │ ├── upload2dir_pressed.9.png
│ │ │ ├── upload_confirm_dis.9.png
│ │ │ ├── upload_confirm_n.9.png
│ │ │ ├── upload_confirm_p.9.png
│ │ │ ├── upload_start_btn_normal.9.png
│ │ │ ├── upload_start_btn_pressed.9.png
│ │ │ ├── view_password_normal.9.png
│ │ │ ├── view_password_pressed.9.png
│ │ │ ├── wb_loading_frame1.png
│ │ │ └── wb_loading_frame2.png
│ │ ├── drawable-xhdpi
│ │ │ ├── gesture_create_grid_bg.png
│ │ │ ├── gesture_create_grid_selected.png
│ │ │ ├── gesture_guide_pic.png
│ │ │ ├── gesture_pattern_item_bg.9.png
│ │ │ ├── gesture_pattern_selected.png
│ │ │ ├── gesture_pattern_selected_wrong.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── skin_common_btn_green_disable.9.png
│ │ │ ├── skin_common_btn_green_normal.9.png
│ │ │ ├── skin_common_btn_green_pressed.9.png
│ │ │ ├── skin_common_btn_red_disabled.9.png
│ │ │ ├── skin_common_btn_red_pressed.9.png
│ │ │ └── skin_common_btn_red_unpressed.9.png
│ │ ├── layout
│ │ │ ├── about_layout.xml
│ │ │ ├── activity_login.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── back_buttton.xml
│ │ │ ├── camera_griditem_v1_wang.xml
│ │ │ ├── camera_griditem_v2_wang.xml
│ │ │ ├── camera_griditem_v3_wang.xml
│ │ │ ├── camera_item_wang.xml
│ │ │ ├── camera_main_empty.xml
│ │ │ ├── camera_main.xml
│ │ │ ├── camera_pop2_menu.xml
│ │ │ ├── camera_pop3_menu.xml
│ │ │ ├── camera_pop4_menu.xml
│ │ │ ├── camera_pop_menu.xml
│ │ │ ├── delete_item.xml
│ │ │ ├── download_ed.xml
│ │ │ ├── filelist_fragment_layout.xml
│ │ │ ├── finactionfourmodule_layout.xml
│ │ │ ├── gesturepassword_create.xml
│ │ │ ├── gesturepassword_guide.xml
│ │ │ ├── gesturepassword_unlock.xml
│ │ │ ├── jd_downlond_and_upload_item.xml
│ │ │ ├── jd_menu_more_new_file.xml
│ │ │ ├── jd_menu_more_search.xml
│ │ │ ├── jd_menu_more_sort.xml
│ │ │ ├── jd_menu_more.xml
│ │ │ ├── jd_menu_share.xml
│ │ │ ├── jd_pop_clear.xml
│ │ │ ├── jd_pop_more.xml
│ │ │ ├── jd_pop_move.xml
│ │ │ ├── jd_pop_rename.xml
│ │ │ ├── jd_uped_clear.xml
│ │ │ ├── lz_activity_upload.xml
│ │ │ ├── lz_album.xml
│ │ │ ├── lz_find_password.xml
│ │ │ ├── lz_photo_backup_choose_album.xml
│ │ │ ├── lz_photo_backups.xml
│ │ │ ├── lz_relogin2.xml
│ │ │ ├── lz_relogin3.xml
│ │ │ ├── lz_update.xml
│ │ │ ├── lz_upload_item.xml
│ │ │ ├── lz_upload_other_fragment.xml
│ │ │ ├── netdist_item.xml
│ │ │ ├── other_explorer_fragment_layout.xml
│ │ │ ├── photo_delete_dialog.xml
│ │ │ ├── photo_delete_item.xml
│ │ │ ├── photo_delete.xml
│ │ │ ├── photo_load_dialog2.xml
│ │ │ ├── photo_load_dialog_other2.xml
│ │ │ ├── photo_load_dialog.xml
│ │ │ ├── photo_load_griditem.xml
│ │ │ ├── photo_load_lin_item.xml
│ │ │ ├── photo_load_list.xml
│ │ │ ├── photo_load_main.xml
│ │ │ ├── photo_load_menu_down2.xml
│ │ │ ├── photo_load_menu_down.xml
│ │ │ ├── photo_load_menu_top.xml
│ │ │ ├── photo_pop2_menu.xml
│ │ │ ├── photo_pop_down.xml
│ │ │ ├── photo_pop_menu.xml
│ │ │ ├── photo_show_image.xml
│ │ │ ├── photo_show.xml
│ │ │ ├── pop2_menu.xml
│ │ │ ├── pop_menu_other2.xml
│ │ │ ├── pop_menu_other.xml
│ │ │ ├── pop_menu.xml
│ │ │ ├── pull_to_refresh_header_horizontal.xml
│ │ │ ├── pull_to_refresh_header_vertical.xml
│ │ │ ├── relogin_dialog.xml
│ │ │ ├── selected.xml
│ │ │ ├── setting_layout.xml
│ │ │ └── yf_pop3_menu.xml
│ │ ├── values
│ │ │ ├── arrays.xml
│ │ │ ├── attrs.xml
│ │ │ ├── colors.xml
│ │ │ ├── defaults.xml
│ │ │ ├── dimens.xml
│ │ │ ├── ids.xml
│ │ │ ├── pull_refresh_strings.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ └── values-v14
│ │ └── styles.xml
│ └── src
│ └── com
│ ├── fyx
│ │ ├── szt
│ │ │ └── util
│ │ │ ├── fileisexist
│ │ │ │ ├── FileIisExistUtil.java
│ │ │ │ └── FileIsExistEntity.java
│ │ │ └── move
│ │ │ ├── MoveFileEntity.java
│ │ │ └── MoveFileOrFolder.java
│ │ └── yunpan
│ │ ├── application
│ │ │ └── UILApplication.java
│ │ ├── db
│ │ │ ├── DBManager.java
│ │ │ └── MySQLHelper.java
│ │ ├── myclass
│ │ │ ├── Album.java
│ │ │ ├── FileWithBoolean.java
│ │ │ ├── OtherFilePopMenuLoad.java
│ │ │ ├── StorageUtils.java
│ │ │ └── WyfItem.java
│ │ ├── net
│ │ │ ├── BigFileOrBreakPointUploadUtil.java
│ │ │ ├── BigFileOrBreakPointUploadUtilWithHttps.java
│ │ │ ├── ContastURL.java
│ │ │ ├── CookieUtil.java
│ │ │ ├── DeleteFileUtil.java
│ │ │ ├── DeleteRun.java
│ │ │ ├── DownloadRun.java
│ │ │ ├── ExecRunable.java
│ │ │ ├── HttpsUtils.java
│ │ │ ├── HttpUtils.java
│ │ │ ├── MakeFileHash.java
│ │ │ ├── MyX509TrustManager.java
│ │ │ ├── NetworkUtils.java
│ │ │ ├── PrepareFileUploadUtil.java
│ │ │ ├── RequestParam.java
│ │ │ ├── SSLSocketFactoryEx.java
│ │ │ ├── TouXiangUpLoad.java
│ │ │ ├── TouXiangUpLoadWithHttps.java
│ │ │ └── UTF2GBK.java
│ │ ├── parse
│ │ │ ├── DeleteFileParse.java
│ │ │ ├── entity
│ │ │ │ ├── AlterFileEntity.java
│ │ │ │ ├── AlterFolderEntity.java
│ │ │ │ ├── Data.java
│ │ │ │ ├── DeleteFileEntity.java
│ │ │ │ ├── FileDataDBEntity.java
│ │ │ │ ├── FileDataEntity.java
│ │ │ │ ├── FileDataFatherEntity.java
│ │ │ │ ├── FileDirDataEntity.java
│ │ │ │ ├── FileDownLoadLinkedEnitity.java
│ │ │ │ ├── FileFindListEntity.java
│ │ │ │ ├── FilePathEntity.java
│ │ │ │ ├── FilesListEntity.java
│ │ │ │ ├── LoginEntity.java
│ │ │ │ ├── NewDirEntity.java
│ │ │ │ ├── PhotoFileEntity.java
│ │ │ │ ├── PrepareFileDataEntity.java
│ │ │ │ └── PrepareFileEntity.java
│ │ │ ├── FileFindListParse.java
│ │ │ ├── FileListParse.java
│ │ │ ├── LoginParse.java
│ │ │ ├── NewDirParse.java
│ │ │ └── Parse.java
│ │ ├── service
│ │ │ ├── UpLoadLocalFileBackground.java
│ │ │ └── UpLoadService.java
│ │ ├── share
│ │ │ └── ShareUtils.java
│ │ ├── ui
│ │ │ ├── AboutActivity.java
│ │ │ ├── adapter
│ │ │ │ ├── AlbumGridAdapter.java
│ │ │ │ ├── CameraListGrid_Adapter.java
│ │ │ │ ├── DownAndUpAdapter.java
│ │ │ │ ├── FileListViewAdapter2.java
│ │ │ │ ├── FileListViewAdapter.java
│ │ │ │ ├── MainFragmentPagerAdapter.java
│ │ │ │ ├── PhotoListAdapter.java
│ │ │ │ ├── PhotoLoadGridAdapter.java
│ │ │ │ ├── PhotoPopMenuLoad.java
│ │ │ │ ├── PhotoViewPager_Adapter.java
│ │ │ │ ├── UploadActivityViewPagerAdapter.java
│ │ │ │ └── UpLoadOtherAdapter.java
│ │ │ ├── AutoPhotoBackupChooseAlbumAvtivity.java
│ │ │ ├── AutoPhotoBackupsActivity.java
│ │ │ ├── dialog
│ │ │ │ ├── DialogPopupFromBottom2.java
│ │ │ │ ├── DialogPopupFromBottom3.java
│ │ │ │ ├── DirCreateDialog.java
│ │ │ │ ├── FileSearchDialog.java
│ │ │ │ ├── FileSortDialog.java
│ │ │ │ ├── JDDialogDownedStop.java
│ │ │ │ ├── JDDialogMenuShare.java
│ │ │ │ ├── JDDialogPopupRename.java
│ │ │ │ ├── PhotoDeleteDialog2.java
│ │ │ │ ├── PhotoDeleteDialog.java
│ │ │ │ ├── PhotoDownloadDialog2.java
│ │ │ │ ├── PhotoDownloadDialog.java
│ │ │ │ ├── PhotoLoadDialog.java
│ │ │ │ ├── PhotoLoadDialogOther2.java
│ │ │ │ ├── PhotoShareDialog2.java
│ │ │ │ ├── PhotoShareDialog.java
│ │ │ │ └── ReLoginDialog.java
│ │ │ ├── DownloadED.java
│ │ │ ├── FindPwdActivity.java
│ │ │ ├── fragment
│ │ │ │ ├── BaseFragment.java
│ │ │ │ ├── FileListFragment.java
│ │ │ │ ├── PhotoListFragment.java
│ │ │ │ ├── PhotoUploadingFragment.java
│ │ │ │ ├── popupwindow
│ │ │ │ │ ├── CameraPopMenuDelete.java
│ │ │ │ │ ├── CameraPopMenuDown.java
│ │ │ │ │ ├── CameraPopMenu.java
│ │ │ │ │ ├── CameraPopMenuShare.java
│ │ │ │ │ ├── JDDialogPopupFromBottom.java
│ │ │ │ │ ├── MenuMore.java
│ │ │ │ │ ├── OtherFilePopMenuLoad2.java
│ │ │ │ │ ├── PhotoLoadDialog2.java
│ │ │ │ │ ├── PhotoPopMenuShow.java
│ │ │ │ │ ├── PopDelete.java
│ │ │ │ │ ├── PopMenu2.java
│ │ │ │ │ ├── PopMenu.java
│ │ │ │ │ └── PopMore.java
│ │ │ │ ├── SettingFragment.java
│ │ │ │ └── UpLoadOtherFileFragment.java
│ │ │ ├── LoginActivity.java
│ │ │ ├── MainFragmentActivity.java
│ │ │ ├── myviews
│ │ │ │ ├── FileDirLocationBar3.java
│ │ │ │ └── FileDirLocationBar.java
│ │ │ ├── PhotoShowActivity.java
│ │ │ ├── SettingActivity.java
│ │ │ └── UpLoadActivity.java
│ │ ├── utils
│ │ │ ├── AlbumGridViewAdapterManager.java
│ │ │ ├── AlterFile.java
│ │ │ ├── AlterFolder.java
│ │ │ ├── Compat.java
│ │ │ ├── Constants.java
│ │ │ ├── DateUtils.java
│ │ │ ├── FileDownLoadLinkedUtil.java
│ │ │ ├── FileOpenUtils.java
│ │ │ ├── FindType.java
│ │ │ ├── HackyViewPager.java
│ │ │ ├── IPhotoView.java
│ │ │ ├── LocalImageFind.java
│ │ │ ├── Logs.java
│ │ │ ├── MyComparetor2.java
│ │ │ ├── MyGridView.java
│ │ │ ├── PhotoViewAttacher.java
│ │ │ ├── PhotoView.java
│ │ │ ├── RenameRun.java
│ │ │ ├── ScrollerProxy.java
│ │ │ ├── SDK16.java
│ │ │ ├── TimeAndSizeUtil.java
│ │ │ ├── TimeUtils.java
│ │ │ ├── ToastUtils.java
│ │ │ └── VersionedGestureDetector.java
│ │ └── view
│ │ ├── CircularAnimatedDrawable.java
│ │ ├── CircularProgressButton.java
│ │ ├── CircularProgressDrawable.java
│ │ ├── MorphingAnimation.java
│ │ ├── OnAnimationEndListener.java
│ │ ├── StateManager.java
│ │ └── StrokeGradientDrawable.java
│ ├── handmark
│ │ └── pulltorefresh
│ │ └── library
│ │ ├── extras
│ │ │ ├── PullToRefreshWebView2.java
│ │ │ └── SoundPullEventListener.java
│ │ ├── ILoadingLayout.java
│ │ ├── internal
│ │ │ ├── EmptyViewMethodAccessor.java
│ │ │ ├── FlipLoadingLayout.java
│ │ │ ├── IndicatorLayout.java
│ │ │ ├── LoadingLayout.java
│ │ │ ├── RotateLoadingLayout.java
│ │ │ ├── Utils.java
│ │ │ └── ViewCompat.java
│ │ ├── IPullToRefresh.java
│ │ ├── LoadingLayoutProxy.java
│ │ ├── OverscrollHelper.java
│ │ ├── PullToRefreshAdapterViewBase.java
│ │ ├── PullToRefreshBase.java
│ │ ├── PullToRefreshExpandableListView.java
│ │ ├── PullToRefreshGridView.java
│ │ ├── PullToRefreshHorizontalScrollView.java
│ │ ├── PullToRefreshListView.java
│ │ ├── PullToRefreshScrollView.java
│ │ └── PullToRefreshWebView.java
│ ├── jpardogo
│ │ └── android
│ │ └── googleprogressbar
│ │ └── library
│ │ ├── FoldingCirclesDrawable.java
│ │ ├── GoogleProgressBar.java
│ │ └── MyDialogProgressBar.java
│ ├── lockscreen
│ │ ├── pattern
│ │ │ ├── CreateGesturePasswordActivity.java
│ │ │ ├── GuideGesturePasswordActivity.java
│ │ │ ├── LockPasswordUtils.java
│ │ │ ├── OffUnlockPasswordActivity.java
│ │ │ ├── UnlockGesturePassword2Activity.java
│ │ │ └── UnlockGesturePasswordActivity.java
│ │ └── view
│ │ ├── LockPatternUtils.java
│ │ └── LockPatternView.java
│ └── nostra13
│ └── universalimageloader
│ ├── cache
│ │ ├── disc
│ │ │ ├── DiscCacheAware.java
│ │ │ ├── DiskCache.java
│ │ │ ├── impl
│ │ │ │ ├── BaseDiscCache.java
│ │ │ │ ├── ext
│ │ │ │ │ ├── DiskLruCache.java
│ │ │ │ │ ├── LruDiscCache.java
│ │ │ │ │ ├── StrictLineReader.java
│ │ │ │ │ └── Util.java
│ │ │ │ ├── LimitedAgeDiscCache.java
│ │ │ │ └── UnlimitedDiscCache.java
│ │ │ └── naming
│ │ │ ├── FileNameGenerator.java
│ │ │ ├── HashCodeFileNameGenerator.java
│ │ │ └── Md5FileNameGenerator.java
│ │ └── memory
│ │ ├── BaseMemoryCache.java
│ │ ├── impl
│ │ │ ├── FIFOLimitedMemoryCache.java
│ │ │ ├── FuzzyKeyMemoryCache.java
│ │ │ ├── LargestLimitedMemoryCache.java
│ │ │ ├── LimitedAgeMemoryCache.java
│ │ │ ├── LRULimitedMemoryCache.java
│ │ │ ├── LruMemoryCache.java
│ │ │ ├── UsingFreqLimitedMemoryCache.java
│ │ │ └── WeakMemoryCache.java
│ │ ├── LimitedMemoryCache.java
│ │ ├── MemoryCacheAware.java
│ │ └── MemoryCache.java
│ ├── core
│ │ ├── assist
│ │ │ ├── ContentLengthInputStream.java
│ │ │ ├── deque
│ │ │ │ ├── BlockingDeque.java
│ │ │ │ ├── Deque.java
│ │ │ │ ├── LIFOLinkedBlockingDeque.java
│ │ │ │ └── LinkedBlockingDeque.java
│ │ │ ├── FailReason.java
│ │ │ ├── FlushedInputStream.java
│ │ │ ├── ImageScaleType.java
│ │ │ ├── ImageSize.java
│ │ │ ├── LoadedFrom.java
│ │ │ ├── QueueProcessingType.java
│ │ │ └── ViewScaleType.java
│ │ ├── decode
│ │ │ ├── BaseImageDecoder.java
│ │ │ ├── ImageDecoder.java
│ │ │ └── ImageDecodingInfo.java
│ │ ├── DefaultConfigurationFactory.java
│ │ ├── display
│ │ │ ├── BitmapDisplayer.java
│ │ │ ├── FadeInBitmapDisplayer.java
│ │ │ ├── RoundedBitmapDisplayer.java
│ │ │ ├── RoundedVignetteBitmapDisplayer.java
│ │ │ └── SimpleBitmapDisplayer.java
│ │ ├── DisplayBitmapTask.java
│ │ ├── DisplayImageOptions.java
│ │ ├── download
│ │ │ ├── BaseImageDownloader.java
│ │ │ └── ImageDownloader.java
│ │ ├── imageaware
│ │ │ ├── ImageAware.java
│ │ │ ├── ImageViewAware.java
│ │ │ ├── NonViewAware.java
│ │ │ └── ViewAware.java
│ │ ├── ImageLoaderConfiguration.java
│ │ ├── ImageLoaderEngine.java
│ │ ├── ImageLoader.java
│ │ ├── ImageLoadingInfo.java
│ │ ├── listener
│ │ │ ├── ImageLoadingListener.java
│ │ │ ├── ImageLoadingProgressListener.java
│ │ │ ├── PauseOnScrollListener.java
│ │ │ └── SimpleImageLoadingListener.java
│ │ ├── LoadAndDisplayImageTask.java
│ │ ├── process
│ │ │ └── BitmapProcessor.java
│ │ └── ProcessAndDisplayImageTask.java
│ └── utils
│ ├── DiskCacheUtils.java
│ ├── ImageSizeUtils.java
│ ├── IoUtils.java
│ ├── L.java
│ ├── MemoryCacheUtils.java
│ └── StorageUtils.java
├── appcodes.cn源码说明.txt
├── QQ截图20160309043111.jpg
├── QQ截图20160309043122.jpg
├── QQ截图20160309043132.jpg
├── QQ截图20160309043141.jpg
├── QQ截图20160309043154.jpg
├── QQ截图20160309043205.jpg
└── 点这里查看更多优质APP源码~.url
127 directories, 1359 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论