Skip to content

Sum-sdl/AndriodDevelopLibrary

Repository files navigation

快速开发库

扫码下载
测试Demo下载 其他项目地址

Dependency

Api依赖框架设计 [ Download )

 根目录
 build.gradle {
      dependencies {
             classpath 'com.android.tools.build:gradle:3.6.3'
             //Api依赖倒置框架
             classpath 'com.github.Sum-sdl:api-gradle-plugin:1.0.0'
         }
 }

 在需要使用的任意模块添加以下插件
 build.gradle {
     apply plugin: 'com.zhoupu.api'
 }

RecycleView通用适配器

dependencies {
       //AndroidX版本
       implementation 'io.github.Sum-sdl:library-adapter:2.0.1'
    }

基础结构库(Java)

dependencies {
       //AndroidX版本
       implementation 'io.github.Sum-sdl:library-base:2.0.1'
    }

网络库(Retrofit)

dependencies {
       implementation 'io.github.Sum-sdl:library-network:2.0.0'
       //Retrofit2-> 2.9.0版本
    }

基础UI库(Kotlin)

dependencies { 
       //基础UI库
       implementation 'io.github.Sum-sdl:library-ui:2.0.1'
    }
    1.自定义相册
    2.自定义相机
    3.图片预览

项目功能介绍

结构模块

UI组件模块

集成模块

图片功能模块

功能图片展示

JetPack框架结构