File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- Android工具类库 [ ![ Build Status] ( https://travis-ci.org/kibotu/android-utils.svg?branch=master )] ( https://travis-ci.org/kibotu/android-utils ) [ ![ ] ( https://jitpack.io/v/kibotu/android-utils.svg )] ( https://jitpack.io/#kibotu/android-utils ) [ ![ API] ( https://img.shields.io/badge/API-3%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=3 ) [ ![ Gradle Version] ( https://img.shields.io/badge/gradle-2.13-green.svg )] ( https://docs.gradle.org/current/release-notes ) [ ![ Licence] ( https://img.shields.io/badge/licence-Apache-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
1
+ # Android工具类库 [ ![ Build Status] ( https://travis-ci.org/kibotu/android-utils.svg?branch=master )] ( https://travis-ci.org/kibotu/android-utils ) [ ![ ] ( https://jitpack.io/v/kibotu/android-utils.svg )] ( https://jitpack.io/#kibotu/android-utils ) [ ![ API] ( https://img.shields.io/badge/API-3%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=3 ) [ ![ Gradle Version] ( https://img.shields.io/badge/gradle-2.13-green.svg )] ( https://docs.gradle.org/current/release-notes ) [ ![ Licence] ( https://img.shields.io/badge/licence-Apache-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
2
2
======================================================================================================================================================================================================================================================================================================================================================================================================================================================================
3
3
4
4
囊括了一大部分Android应用开发过程当中常用的工具类。工具类来源整理自网络和自己编写。
5
5
6
+ ### How to install
7
+
8
+ repositories {
9
+ maven {
10
+ url "https://jitpack.io"
11
+ }
12
+ }
13
+
14
+ dependencies {
15
+ compile 'com.github.kibotu:android-utils:1.0.0'
16
+ }
17
+
6
18
所有的工具类简介 (a - z):
7
19
8
20
| 类| 介绍|
You can’t perform that action at this time.
0 commit comments