Skip to content

Repository files navigation

AndroidUtils

Introduce

The project is a  kinds of tools collected in my daily Android development work .Maybe it can help us to 
speed up the develop the android app or rapidly build framework, hope to help you!

Usage

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
	}

Step 2. Add the dependency

dependencies {
	        compile 'com.github.vison123:AndroidUtils:v0.1.2'
	}

About

开发过程中收集的工具类及UI组件

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages