2021年10月
通玄小论qcom android kernel config 选择
android 生成的 kernel config 在 out/target/product/msm8937_32/obj/KERNEL_OBJ/.config 。要想找出到底哪个 config 决定了最后的 config,我们可以选择 CONFIG_TOUCHSCREEN_FT5X06=y ...
[转] MSM8909中LK阶段LCM屏适配与显示流程分析(一)
转自: https://www.cnblogs.com/Cqlismy/p/12019317.html
[转] Android 开发之 ---- bootloader (LK)
转自: https://blog.csdn.net/jmq_0000/article/details/7378348
android ui 记录
颜色代码 encycolorpedia https://encycolorpedia.cn RapidTables https://www.rapidtables.org/zh-CN/web/color/index.html 让 layout 靠底部 这个 layout 的上层需要是 ...
android 去除标题栏
去除标题栏有两种方法: 直接在 MainActivity 中的 onCreate 里面增加 ActionBar actionBar = getSupportActionBar(); if (actionBar != null) { actionBar.hide();...
android 第一行代码 阅读记录
activity 基本用法 AndroidManifest.xml文件中,android:label决定了 app 的名称 menu intent 隐式 intent 注意 category 和 action 的名称都要匹配, category 在 xml 文件中可以是多个。 隐式 in...
最新回复