1. 当在BasicTextField中使用TextFieldValue 2. 调用两次 focusManager.clearFocus() Android 13上,无法删除...
1. 当在BasicTextField中使用TextFieldValue 2. 调用两次 focusManager.clearFocus() Android 13上,无法删除...
GitHub[https://github.com/EchoWorkGH/MyStringExtractor] 基于原本的Extract string resources[h...
步骤[https://developer.android.com/studio/write/app-link-indexing?hl=zh-cn] 1.添加intent-fi...
[TOC] gradle下载慢,镜像问题 参考[https://blog.csdn.net/moresi/article/details/136206437]仓库配置 gra...
blog[https://www.cnblogs.com/TM0831/p/15017241.html]参考[https://zhuanlan.zhihu.com/p/551...
重要事情说3遍 compose使用穩定版本1.6.8[https://mvnrepository.com/artifact/androidx.compose.ui/ui/1....
静态广播在app关闭的情况下无法收到广播。 需要打开允许应用自启动
在Android12以上的版本 通知使用svg图片,会被设置为灰色。(tint灰) 国内的可以这样,三星的原生的不能这么搞 官方文档[https://developer.an...
初步确定,问题是LazyVerticalGrid的测量策略和其他的静态布局不同引起的 1.在row中正常 2.在LazyVerticalGrid中 按上面的方法再父组件中设置...
commonMain中无法预览问题 解决方案[https://github.com/JetBrains/compose-multiplatform/issues/2045] ...
remember 不能用使用基础属性 需求,记录一个变化值,但是不行引发重组 1. 搞一个静态变量来记录。 问题:复用,多处引用的话还需要用到map来保存。相对复杂,麻烦 2...
问题现象 在model中定义 在compose中使用 在model中从服务器拿到数据,然后设置值 预期结果实际效果每次设置bean的时候,beanStateValue 都应...
ComposeDestinations [https://github.com/raamcosta/compose-destinations] 发起方 XXX 通过使用Res...
代码示例 现象: 如果在B 中override Fun1,同时调用 super.Fun1() 就会报上述错误。
针对final做了相应的优化 源码 .class生成内容 这里可以看到 Kotlin在生成的时候实际上是直接使用了final 的值.至于VERSION_CODE为什么没有被设置
userguide[https://docs.gradle.org/current/userguide/publishing_maven.html#header] 针对jav...
先看效果 平移放大裁剪原理12示意图 官方文档[https://developer.android.com/guide/practices/ui_guidelines/ico...
预留顶部状态栏 android:fitsSystemWindows="true" 跑java错误 CreateProcess error=206, The filename...
1. 结构变更 2018版本只有一个mainTemplate.gradle 相应的生成的的项目也只有扁平的一层,就一个module 2019的版本生成的项目 包含了2个mod...