File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
## Android开发人员不得不收集的代码([ 持续更新中] [ update_log.md ] )
2
- ***
3
2
为方便查找,已进行大致归类,其目录如下所示:
4
3
> - ** App相关→[ AppUtils.java] [ app.java ] **
5
4
> - 安装App * installApp*
@@ -344,8 +343,8 @@ limitations under the License.
344
343
345
344
[ phone.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/PhoneUtils.java
346
345
347
- [ regular .java] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/RegexUtils.java
348
- [ regular .test] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/RegexUtilsTest.java
346
+ [ regex .java] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/RegexUtils.java
347
+ [ regex .test] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/RegexUtilsTest.java
349
348
350
349
[ screen.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/ScreenUtils.java
351
350
Original file line number Diff line number Diff line change 1
1
## Android developers should collect the following utils
2
- ***
3
2
** [ 中文版README] [ readme.ch ] **
4
- ***
5
3
Directory is shown below:
6
4
> - ** About App→[ AppUtils.java] [ app.java ] **
7
5
> - * installApp*
@@ -347,8 +345,8 @@ limitations under the License.
347
345
348
346
[ phone.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/PhoneUtils.java
349
347
350
- [ regular .java] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/RegexUtils.java
351
- [ regular .test] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/RegexUtilsTest.java
348
+ [ regex .java] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/RegexUtils.java
349
+ [ regex .test] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/RegexUtilsTest.java
352
350
353
351
[ screen.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/ScreenUtils.java
354
352
You can’t perform that action at this time.
0 commit comments