SwipeRefreshLayout

Android Swipe Refresh Layout Example

SwipeRefreshLayout is used to implement drop-down refresh effect in android. It commonly used with ListView, RecyclerView or ScrollView etc. The view object should be scrollable and should be the only child component under it. When you pull down the screen to a certain height from screen top, it will show the refresh indicator. If the …

Android Swipe Refresh Layout Example Read More »