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