# SKUtilsLibrary **Repository Path**: SilverIceKey/SKUtilsLibrary ## Basic Information - **Project Name**: SKUtilsLibrary - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-26 - **Last Updated**: 2021-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SKUtilsLibrary [![](https://www.jitpack.io/v/SilverIceKey/SKUtilsLibrary.svg)](https://www.jitpack.io/#SilverIceKey/SKUtilsLibrary) ### 关于框架: 框架的support库是androidx,使用的语言是kotlin。 框架主要是为了应付日常开发使用,集成大量第三方框架。 可能存在集成的第三方框架并不适合你,请自行clone删除。 使用的第三方框架如下,同时感谢框架作者(官方提供框架不列出): [glide](https://github.com/bumptech/glide) [picasso](https://github.com/square/picasso) [fresco](https://github.com/facebook/fresco) [AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode) [zxing](https://github.com/zxing/zxing) [otto](https://github.com/square/otto) [retrofit](https://github.com/square/retrofit) [rxjava2](https://github.com/ReactiveX/RxJava) [rxAndroid](https://github.com/ReactiveX/RxAndroid) [AutoSize](https://github.com/JessYanCoding/AndroidAutoSize) [FlycoSystemBar](https://github.com/H07000223/FlycoSystemBar) [GlueTabLayout](https://github.com/negier/GlueTabLayout) [BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper) [PhotoView](https://github.com/chrisbanes/PhotoView) [NumberAnimTextView](https://github.com/Bakumon/NumberAnimTextView) [Kotson](https://github.com/SalomonBrys/Kotson) [QMUI](https://github.com/Tencent/QMUI_Android) [PictureSelector](https://github.com/LuckSiege/PictureSelector) ### How to get to your project Step 1. Add the JitPack repository to your build file ```groovy allprojects { repositories { ... maven { url 'https://www.jitpack.io' } } } ``` Step 2. Add the dependency ```groovy dependencies { implementation 'com.github.SilverIceKey:SKUtilsLibrary:Tag' } ```