SwipeRefreshLayout in Android | AndroidMonks
SwipeRefreshLayout in Android with Example Android SwipeRefreshLayout is a ViewGroup that can hold only one scrollable child. It can be either a ScrollView, ListView or RecyclerView. The basic need for a SwipeRefreshLayout is to allow the users to refresh the screen manually. According to the Docs, “The SwipeRefreshLayout should be used whenever the user can refresh … Read more SwipeRefreshLayout in Android | AndroidMonks