Pull/Swipe Down to Refresh - Customizing default indicator in Jetpack compose
Get source code : https://www.boltuix.com/2022/07/pulls...
In this Jetpack compose tutorial we will learn how to customizing a swipe to refresh with Jetpack compose in the Android application.
Customizing default indicator
To customize the default indicator, we can provide our own indicator content block, to call CustomViewPullRefreshView() with customized parameters:
#jetpackcompose
#kotlin
#android
#uiux