File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 283283
284284***
285285
286- ** 做这份整理是想把它作为Android开发的小字典,当遇到一些琐碎问题时,不用再面向百度或者谷歌查询API的使用,费时费力,这里有的话,大家尽管撸走;同时也希望它能逐日壮大起来,期待大家的Star和完善,当然我也会一直更新发布版本和日志,为了方便大家导入,现已上传jcenter;其中很多代码也是汇四方之精华,谢谢前辈们的提供,当然最终还是要通过单元测试的,如有错误,请及时告之;开设QQ群提供讨论,群号:74721490,至于验证问题对大家来说肯定都是小case;**
286+ ** 做这份整理是想把它作为Android开发的小字典,当遇到一些琐碎问题时,不用再面向百度或者谷歌查询API的使用,费时费力,这里有的话,大家尽管撸走;同时也希望它能逐日壮大起来,期待大家的Star和完善,当然我也会一直更新发布版本和日志,为了方便大家导入,现已上传jcenter;其中很多代码也是汇四方之精华,谢谢前辈们的提供,当然最终还是要通过单元测试的,如有错误,请及时告之;开设QQ群提供讨论,群号:74721490,至于验证问题对大家来说肯定都是小case;最近在玩微博,玩的话向大家求个 [ 关注 ] [ weibo ] **
287287
288288### Download
289289***
@@ -371,4 +371,6 @@ limitations under the License.
371371[ zip.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/ZipUtils.java
372372[ zip.test ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/ZipUtilsTest.java
373373
374- [ update_log.md ] : https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
374+ [ update_log.md ] : https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
375+
376+ [ weibo ] : http://weibo.com/blankcmj
Original file line number Diff line number Diff line change 11## Android developers should collect the following utils
2- ** [ 中文版README] [ readme.ch ] **
2+ ** [ 中文版README] [ readme.cn ] **
33***
44Directory is shown below:
55> - ** About App→[ AppUtils.java] [ app.java ] **
@@ -319,7 +319,7 @@ See the License for the specific language governing permissions and
319319limitations under the License.
320320```
321321
322- [ readme.ch ] : https://github.com/Blankj/AndroidUtilCode/blob/master/README-CH .md
322+ [ readme.cn ] : https://github.com/Blankj/AndroidUtilCode/blob/master/README-CN .md
323323
324324[ app.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/AppUtils.java
325325
Original file line number Diff line number Diff line change 11###
2+ #### 16/09/21 新增LogUtils
23#### 16/09/20 对昨天的进行单元测试
34#### 16/09/19 新增CameraUtils,新增获取中文首字母
45#### 16/09/18 修复少许代码,发布1.2.1
You can’t perform that action at this time.
0 commit comments