Swipe To Refresh RecyclerView || SwipeRefreshLayout || Android Studio Tutorial

Опубликовано: 27 Октябрь 2024
на канале: Anafthdev Studio
919
17

SwipeRefreshLayout / Pull To refresh AndroidStudio Tutorial

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.

Source Code: https://github.com/kafriytp/SwipeRefr...