File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
工欲善其事,必先利其器。
25
25
26
26
1 . 尽量使用最新版的 IDE 进行开发;
27
- 2 . 编码格式统一为** UTF-8** ;
27
+ 2 . 编码格式统一为 ** UTF-8** ;
28
28
3 . 编辑完 .java、.xml 等文件后一定要** 格式化** (基本格式方面使用 AS 默认模板即可);
29
29
4 . 删除多余的 import,减少警告出现,可利用 AS 的 Optimize Imports(Settings -> Keymap -> Optimize Imports)快捷键;
30
30
5 . Android 开发者工具可以参考这里:** [ Android 开发者工具] [ Android 开发者工具 ] ** ;
@@ -1064,7 +1064,7 @@ AS 已帮你集成了一些注释模板,我们只需要直接使用即可,
1064
1064
——powered by Blankj
1065
1065
1066
1066
[ Package by features, not layers ] : https://medium.com/@cesarmcferreira/package-by-features-not-layers-2d076df1964d#.mp782izhh
1067
- [ iosched ] : https://github.com/google/iosched/tree/master/android/src/main/java/com/google/samples/apps/iosched
1067
+ [ iosched ] : https://github.com/google/iosched
1068
1068
[ 安卓开发规范(updating) ] : https://github.com/Blankj/AndroidStandardDevelop
1069
1069
[ Android 开发者工具 ] : http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2017/0526/7973.html
1070
1070
[ Android Studio下对资源进行分包 ] : http://www.jianshu.com/p/8e893581b9c7
You can’t perform that action at this time.
0 commit comments