Android 一些常用工具类的整理

Android 工具类收集

1.2.1

新增WebView 设置管理类。 on 2017/02/08

1.2.0

新增反射工具类、文件工具类。 on 2017/02/06

1.0.0

init上传

Android 工具类收集

这份资料主要是收集一些通用的开发工具类,帮助Anroid开发者快速开发,节省开发时间,减少开发所耗费的精力。
这样
这份资料我会不断的更新完善, 同时也欢迎更多具有丰富经验的Android开发者将自己常用的工具类分享上来, 我将定期筛选合并, 该份资料有不足的地方, 也请指出, 我会谦虚接受改正, 希望我能与大家一起来成长, 谢谢.

  • AppUtils __ App相关辅助类
  • ScreenUtils __ 屏幕辅助类
  • Json解析
  • SharedPreferencesx 工具
  • String类型辅助工具类
  • 复制黏贴 剪切板工具类
  • 软键盘工具类
  • 网络工具类
  • bitmap 工具类
  • DateUtil 日期工具类
  • ReflectUtil 反射工具类
  • FileUtil 反射工具类
  • WebViewManager_

引用

// 项目引用
dependencies {
    compile 'com.github.LidongWen:commonTools:1.2.1'
}

// 根目录下引用
buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.0'
        classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        jcenter()
        maven { url "https://www.jitpack.io" }
    }
}

Contact me

E-mail:[email protected]

github: https://github.com/LidongWen

blog: wenld’s blog

你可能感兴趣的:(android开发小栈)