在进行Compose应用开发时,发现没有下拉刷新上拉加载,没有Android原生提供的SwipeRefreshLayout。查看官方simple样例(https://github.com/android/compose-samples),在官方样例的基础进行简单封装,编写的了ComposeRefreshLayout库(github:https://github.com/xiaoyu00/ComposeRefreshLayout) ComposeRefreshLayout 是一个简单易用的下拉刷新库,代码简单易用,可自定义刷新头与上拉加载View。效果展示说明因刷新头与上拉加载View全部为自定
在进行Compose应用开发时,发现没有下拉刷新上拉加载,没有Android原生提供的SwipeRefreshLayout。查看官方simple样例(https://github.com/android/compose-samples),在官方样例的基础进行简单封装,编写的了ComposeRefreshLayout库(github:https://github.com/xiaoyu00/ComposeRefreshLayout) ComposeRefreshLayout 是一个简单易用的下拉刷新库,代码简单易用,可自定义刷新头与上拉加载View。效果展示说明因刷新头与上拉加载View全部为自定