强大易用的安卓工具类库 AndroidUtilCode

码农软件 · 软件分类 · 手机开发工具 · 2019-04-30 06:57:50

软件介绍

AndroidUtilCode 是一个强大易用的安卓工具类库,它合理地封装了安卓开发中常用的函数,具有完善的 Demo 和单元测试,利用其封装好的 APIs 可以大大提高开发效率。

如今它主要包括两部分模块:

  • 其一是主工具类模块:utilcode,其中的工具类是开发中常用到的;

  • 其二是子工具类模块:subutil,它包含的工具类并不是很常用,它的出现是为了防止主工具类的臃肿。 

下载

Gradle:

compile 'com.blankj:utilcode:1.9.8'

使用

// init it in the function of onCreate in ur Application
Utils.init(application);

Proguard

-keep class com.blankj.utilcode.** { *; }
-keepclassmembers class com.blankj.utilcode.** { *; }
-dontwarn com.blankj.utilcode.**

本文地址:https://codercto.com/soft/d/4688.html

PHP Hacks

PHP Hacks

Jack Herrington D. / O'Reilly Media / 2005-12-19 / USD 29.95

Programmers love its flexibility and speed; designers love its accessibility and convenience. When it comes to creating web sites, the PHP scripting language is truly a red-hot property. In fact, PH......一起来看看 《PHP Hacks》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具