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...