Skip to content

android快速开发工具箱,持续更新中。。。

Notifications You must be signed in to change notification settings

zwJeff/AndTools

Repository files navigation

说明: AndTools快速开发框架使用说明

框架包含组件及工具类(持续增加中...)

模板类

自定义控件

工具类

Android Studio Gradle 快速引用

1.配置JitPack仓库

allprojects {
            repositories {
                jcenter()                     //安卓默认的jcenter库
                maven { url 'https://jitpack.io' } //为使用AndTools新增的库
            }
        }

2.在 dependencies 中 引入AndTools库

dependencies {
	compile 'com.github.zwJeff:AndTools:-SNAPSHOT'
}

各个组件工具类 的快速使用

使用方法 参见各个组件和工具类说明

About

android快速开发工具箱,持续更新中。。。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages