2019-07-21 19:22:03 +08:00
[![logo][logo]](https://github.com/Blankj/AndroidUtilCode)
[![frame][frame]](https://github.com/Blankj/AucFrameTemplate)
2017-04-21 17:29:10 +08:00
2019-07-10 19:46:10 +08:00
[![auc][aucSvg]][auc] [![result][apiSvg]][result] [![build][buildSvg]][build] [![License][licenseSvg]][license]
2017-04-27 14:13:02 +08:00
2017-10-30 16:59:50 +08:00
## [README of Chinese][readme-cn]
2017-04-21 17:29:10 +08:00
## About
2018-04-05 10:01:16 +08:00
* * [AndroidUtilCode][readme]** :fire: is a powerful & easy to use library for Android. This library encapsulates the functions that commonly used in Android development which have complete demo and unit test. By using it's encapsulated APIs, you can greatly improve the development efficiency. The program mainly consists of two modules which is * * [utilcode][utilcode-cn]**, which is commonly used in development, and * * [subutil][subutil-cn]** which is rarely used in development, but the utils can be beneficial to simplify the main module. :fire:
2017-04-27 14:13:02 +08:00
2017-04-21 17:29:10 +08:00
2017-10-30 16:59:50 +08:00
## Documentation
2017-04-27 14:13:02 +08:00
2017-10-31 10:04:51 +08:00
### utilcode
* [README of English][utilcode]
* [README of Chinese][utilcode-cn]
2017-10-31 10:31:07 +08:00
2017-10-31 10:04:51 +08:00
### subutil
* [README of English][subutil]
* [README of Chinese][subutil-cn]
2017-04-21 17:29:10 +08:00
2017-10-30 16:59:50 +08:00
## Donations
2017-04-27 14:13:02 +08:00
2018-04-04 14:20:03 -07:00
If this project helps you a lot and you want to support the project's development and maintenance of this project, feel free to scan the following QR code for donation. Your donation is highly appreciated. Thank you!
2017-04-21 17:29:10 +08:00
2017-10-30 16:59:50 +08:00
![donate][donate]
2017-04-21 17:29:10 +08:00
2017-04-27 14:13:02 +08:00
2017-10-30 16:59:50 +08:00
## Contact
2018-11-15 21:29:28 +08:00
[![Blog][blogSvg]][blog] [![jianshu][jianshuSvg]][jianshu] [![weibo][weiboSvg]][weibo] [![QQGroup][qqgroupSvg]][qqgroup]
2017-10-30 16:59:50 +08:00
2018-12-06 16:01:22 +08:00
## [Change Log][changeLog.md]
2017-04-21 17:29:10 +08:00
2019-08-08 10:24:53 +08:00
## 打个小广告
2020-10-26 01:28:55 +08:00
欢迎加入我的小专栏「**[基你太美 ](https://xiaozhuanlan.com/Blankj )**」一起学习。
2019-08-08 10:24:53 +08:00
2017-04-21 17:29:10 +08:00
2017-06-29 13:33:32 +08:00
[logo]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/logo.png
2017-04-21 17:29:10 +08:00
2019-07-21 19:22:03 +08:00
[frame]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/auc_frame.png
2020-04-01 04:47:32 +08:00
[aucSvg]: https://github.com/Blankj/AndroidUtilCode/workflows/Android%20CI/badge.svg?branch=master
2017-04-27 14:13:02 +08:00
[auc]: https://github.com/Blankj/AndroidUtilCode
2017-04-21 17:29:10 +08:00
2018-11-15 21:29:28 +08:00
[apiSvg]: https://img.shields.io/badge/API-14+-brightgreen.svg
2019-07-10 19:46:10 +08:00
[result]: https://android-arsenal.com/result?level=14
2017-04-21 17:29:10 +08:00
2018-11-15 21:29:28 +08:00
[buildSvg]: https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
2017-05-14 18:03:28 +08:00
[build]: https://travis-ci.org/Blankj/AndroidUtilCode
2018-11-15 21:29:28 +08:00
[licenseSvg]: https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
2017-05-15 15:16:26 +08:00
[license]: https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
2017-05-14 18:19:57 +08:00
2017-10-30 16:59:50 +08:00
[readme]: https://github.com/Blankj/AndroidUtilCode
[readme-cn]: https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN.md
2017-04-21 17:29:10 +08:00
2019-07-16 02:26:25 +08:00
[utilcode]: https://github.com/Blankj/AndroidUtilCode/blob/master/lib/utilcode/README.md
[utilcode-cn]: https://github.com/Blankj/AndroidUtilCode/blob/master/lib/utilcode/README-CN.md
2017-04-21 17:29:10 +08:00
2019-07-16 02:26:25 +08:00
[subutil]: https://github.com/Blankj/AndroidUtilCode/blob/master/lib/subutil/README.md
[subutil-cn]: https://github.com/Blankj/AndroidUtilCode/blob/master/lib/subutil/README-CN.md
2017-05-25 21:17:29 +08:00
2018-11-15 21:29:28 +08:00
[changeLog.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/CHANGELOG.md
2017-04-21 17:29:10 +08:00
2017-10-30 16:59:50 +08:00
[donate]: https://raw.githubusercontent.com/Blankj/AndroidUtilCode/master/art/donate.png
2017-04-21 17:29:10 +08:00
2018-11-15 21:29:28 +08:00
[blogSvg]: https://img.shields.io/badge/Blog-@Blankj -34a48e.svg
2017-10-30 16:59:50 +08:00
[blog]: http://blankj.com
2017-04-21 17:29:10 +08:00
2018-11-15 21:29:28 +08:00
[jianshuSvg]: https://img.shields.io/badge/简书-@Blankj -34a48e.svg
2017-10-30 16:59:50 +08:00
[jianshu]: http://www.jianshu.com/u/46702d5c6978
2017-04-21 17:29:10 +08:00
2018-11-15 21:29:28 +08:00
[weiboSvg]: https://img.shields.io/badge/weibo-@__Blankj -34a48e.svg
2017-10-30 16:59:50 +08:00
[weibo]: http://weibo.com/3076228982
2017-04-21 17:29:10 +08:00
2018-11-15 21:29:28 +08:00
[qqgroupSvg]: https://img.shields.io/badge/QQ群-25206533-34a48e.svg
2018-09-13 09:52:07 +08:00
[qqgroup]: https://shang.qq.com/wpa/qunwpa?idkey=d906789f84484465e2736f7b524366b4c23afeda38733d5c7b10fc3f6e406e9b