SkillAgentSearch skills...

AndriodDevelopLibrary

Lifecycle->ViewModel+LiveData+Repository

Install / Use

/learn @Sum-sdl/AndriodDevelopLibrary
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

个人简历

快速开发库

<table border="1" bgcolor="#cccccc" cellpadding="7"> <caption style ="text-align:center;font-size:16px;font-weight:bold;color:#000;">扫码下载</caption> <tr style ="background:#f2fbfe !important;"> <td > <img src="https://raw.githubusercontent.com/Sum-sdl/AndriodDevelopLibrary/master/sample/demoUi/download_demo.png" height="120" width="120" > </td> <td> <img src="https://raw.githubusercontent.com/Sum-sdl/AndriodDevelopLibrary/master/sample/demoUi/project.png" height="120" width="120" > </td> </tr> <tr> <td style ="text-align:center"><a href="https://raw.githubusercontent.com/Sum-sdl/AndriodDevelopLibrary/master/sample/other/sample-release.apk">测试Demo下载</a></td> <td style ="text-align:center"><a href="https://gitee.com/Sum-sdl/code_project" target="_blank">其他项目地址</a></td> </tr> </table>

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组件模块

集成模块

图片功能模块

功能图片展示

<div align="center"> <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/img.jpg" height="330" width="190" > <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/bt_1.jpg" height="330" width="190" > <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/bt_2.jpg" height="330" width="190" > <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/bt_3.jpg" height="330" width="190" > </div> <div align="center"> <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/img1.jpg" height="330" width="190" > <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/img3.jpg" height="330" width="190" > <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/img4.jpg" height="330" width="190" > <img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/img5.jpg" height="330" width="190" > </div>

JetPack框架结构

<img src="https://github.com/Sum-sdl/AndriodDevelopLibrary/raw/master/sample/demoUi/architecture.png">

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated8mo ago
Forks3

Languages

Java

Security Score

72/100

Audited on Aug 4, 2025

No findings