# RukingFrame **Repository Path**: ruking/RukingFrame ## Basic Information - **Project Name**: RukingFrame - **Description**: 这是一个为快速创建android应用,所构建的一个快速生成框架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-20 - **Last Updated**: 2025-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RukingFrame 这是一个自定义框架 ## Step 1. Add the JitPack repository to your build file ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ## Step 2. Add the dependency ### 自适应框架 ``` implementation 'com.gitee.ruking.RukingFrame:autolayout:V2.1.1' ```     代码来源:[https://github.com/hongyangAndroid/AndroidAutoLayout](https://github.com/hongyangAndroid/AndroidAutoLayout)   ### RK框架 ``` implementation 'com.gitee.ruking.RukingFrame:framelibrary:V2.1.1' ``` ### 二维码扫一扫 ``` implementation 'com.gitee.ruking.RukingFrame:simplezxing:V2.1.1' ```     代码来源:[https://github.com/GuoJinyu/SimpleZXing](https://github.com/GuoJinyu/SimpleZXing) ### 图片选择器 ``` implementation 'com.gitee.ruking.RukingFrame:photolibrary:V2.1.1' ``` #### 需要添加 ``` //glide implementation 'com.github.bumptech.glide:glide:4.11.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' ```