摘要: 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)
摘要: 参考:http://gityuan.com/2016/02/21/activity-manager-service/ 阅读全文
posted @ 2022-04-28 15:21 雨潇潇兮 阅读(12) 评论(0) 推荐(0)
摘要: 参考:http://gityuan.com/2016/02/14/android-system-server/ 参考:http://gityuan.com/2016/02/20/android-system-server-2/ 阅读全文
posted @ 2022-04-28 15:20 雨潇潇兮 阅读(32) 评论(0) 推荐(0)
摘要: 参考:http://gityuan.com/2016/02/13/android-zygote/ 阅读全文
posted @ 2022-04-28 15:05 雨潇潇兮 阅读(20) 评论(0) 推荐(0)