摘要: 用Jetpack Compose的Lists列表效果 写了个示例代码, 主要是阅读官方文档时, 随手写的代码整合了一下 Gitee地址: https://gitee.com/sweeper-xy/jetpack-compose-example 阅读全文
posted @ 2021-03-08 00:59 予有荣焉 阅读(645) 评论(0) 推荐(0) 编辑
摘要: Reacting to scroll position Many apps need to react and listen to scroll position and item layout changes. The lazy components support this use-case b 阅读全文
posted @ 2021-03-08 00:52 予有荣焉 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 前言 这部分内容在原文中, 是Sticky Header 和 Grids 两部分, 原文官方标注了 experimental(实验阶段), 这意味着这部分API随时会修改,甚至是删除, 所以慎用 Item animations If you’ve used the RecyclerView widg 阅读全文
posted @ 2021-03-08 00:48 予有荣焉 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 原文 Jetpack Compose Lists列表 原文链接 Jetpack Compose 目前官方文档关于lists列表效果 还没汉化, 学习时就记录了一下自己的翻译, 如果直译很多句子读起来比较别扭, 所以有不少意译的内容(若他人阅读, 仅可作参考) Lists Many apps need 阅读全文
posted @ 2021-03-08 00:38 予有荣焉 阅读(486) 评论(0) 推荐(0) 编辑