摘要: Ctrl+Alt+L:格式化代码 Ctrl+Y:删除一行 Ctrl+O: 重写类的接口或方法 Alt+Shift+Enter:Log.e(TAG, ......);中,选择第二项生成TAG定义 Ctrl+N:查找类 Ctrl+Shift+U:转换为大写 Ctrl+Alt+O: 自动补足导入 快捷键又 阅读全文
posted @ 2022-04-30 21:45 雨潇潇兮 阅读(1035) 评论(0) 推荐(0)
摘要: LinearLayout android:orientation 注意:当 android:orientation="vertical" 时, 只有水平方向的设置才起作用,垂直方向的设置不起作用。 即:left,right,center_horizontal 是生效的。 当 android:orie 阅读全文
posted @ 2022-04-30 14:47 雨潇潇兮 阅读(51) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/grandgrandpa/article/details/83587840 阅读全文
posted @ 2022-04-30 12:44 雨潇潇兮 阅读(29) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/u014133119/article/details/80652188 参考: https://developer.android.google.cn/reference/android/Manifest.permission?hl=en 阅读全文
posted @ 2022-04-30 12:41 雨潇潇兮 阅读(235) 评论(0) 推荐(0)
摘要: 工程相关解析(各种文件,资源访问) 参考:https://www.runoob.com/w3cnote/android-tutorial-project-src-analysis.html AndroidManifest.xml 最全详解 参考:https://blog.csdn.net/u0124 阅读全文
posted @ 2022-04-30 12:12 雨潇潇兮 阅读(12) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/sydMobile/article/details/78904316 参考:https://blog.51cto.com/sxhelijian/5119313?b=totalstatistic 阅读全文
posted @ 2022-04-30 11:11 雨潇潇兮 阅读(132) 评论(0) 推荐(0)
摘要: 本节用一个思维导图概括UI组件 阅读全文
posted @ 2022-04-30 10:38 雨潇潇兮 阅读(27) 评论(0) 推荐(0)
摘要: UI Overview Android 系统中的所有 UI 类都是建立在 View 和 ViewGroup 两个类的基础之上的,所有 View 的子类称为 Widget,所有 ViewGroup 的子类称为 Layout。Activity 是 Android 应用程序与用户交互的接口,每一个屏幕视图 阅读全文
posted @ 2022-04-30 09:41 雨潇潇兮 阅读(143) 评论(0) 推荐(0)