首页
登录
注册
首页
我
Sign in
Sign up
#Kotlin
duron600
·
2022年09月16日 02:49
利用 Paging 3 给 RecyclerView 列表分页
前置知识: Kotlin Flow 的使用; Android 的 view binding; RecyclerView 的基本用法。 Paging 3 基本用法 首先实现一个 Pagin...
Android
前端开发
Kotlin
favorite
1
comment
0
duron600
·
2022年08月26日 06:58
在 Kotlin 中代理成员变量的方法、属性
有如下代码 class A { fun fun1() { println("fun 1 in A") } } class B { val a = A()...
Kotlin
Android
前端开发
favorite
0
comment
0
duron600
·
2022年08月01日 07:12
Kotlin 1.5 协程笔记
// in CoroutineScope launch { val users = loadContributorsSuspend(req) // suspend 方法 upd...
Kotlin
Android
前端开发
编程语言
并发编程
favorite
1
comment
1
没有更多内容。