# DownLoader **Repository Path**: waterfaity/DownLoader ## Basic Information - **Project Name**: DownLoader - **Description**: Android:下载/上传库 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-16 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DownLoader (文件上传/下载器) ### 1.下载使用:DownloadTool ```java downloadTool = new DownloadTool(); downloadTool.setContext(this); downloadTool.setMaxNum(3); downloadTool.setDownloadListener(downloadListener); ``` ### 2.上传使用:UploadTool(同下载)