Compose 下拉刷新

Posted 安果移不动

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Compose 下拉刷新相关的知识,希望对你有一定的参考价值。

package co.haive.lib.common.v2.ui.activity.rank

import androidx.activity.compose.setContent
import androidx.activity.viewModels
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxHeight
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.getValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalDensity
import androidx.compose.ui.res.stringResource
import androidx.core.view.WindowCompat
import androidx.paging.LoadState
import androidx.paging.compose.collectAsLazyPagingItems
import androidx.paging.compose.itemsIndexed

import com.google.accompanist.insets.LocalWindowInsets
import com.google.accompanist.insets.ProvideWi

以上是关于Compose 下拉刷新的主要内容,如果未能解决你的问题,请参考以下文章

Jetpack Compose : 一学就会的自定义下拉刷新&加载更多

Android Compose 新闻App下拉刷新复杂数据网格布局文字样式

Android Compose 新闻App下拉刷新复杂数据网格布局文字样式

Jetpack ComposeLazyColumn 使用Paging3分页+SwipeRefresh下拉刷新

Jetpack compose 的公开下拉菜单

iOS常用刷新控件(下拉、上拉)详解