- 授权协议: Apache
- 开发语言: Java
- 操作系统: Windows Phone/Mobile
- 软件首页: https://blankj.com/
- 软件文档: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/README-CN.md
- 官方下载: https://github.com/Blankj/AndroidUtilCode
软件介绍
AndroidUtilCode 是一个强大易用的安卓工具类库,它合理地封装了安卓开发中常用的函数,具有完善的 Demo 和单元测试,利用其封装好的 APIs 可以大大提高开发效率。
如今它主要包括两部分模块:
下载
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.**
A=B
Marko Petkovsek、Herbert S. Wilf、Doron Zeilberger / AK Peters, Ltd. / 1996-01 / USD 49.00
At some point, this book describes methods of solving the problem raised by Donald E. Knuth in the classical book "The Art of Computer Programming, Volume 1: Fundamental Algorithms". The main purpo......一起来看看 《A=B》 这本书的介绍吧!
