Posts

Showing posts with the label SwipeRefreshLayout

android - Swipe to refresh RecyclerView example

activity_main.xml xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/swipe_refresh_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#9fa99c" > android:id=

Android swipe to refresh example

activity_main.xml xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/swipe_refresh_layout" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#c8ccc7" > android:id="@+id/list_view"