Pull to Refresh
This lesson will introduce how we can add a pull-to-refresh functionality to the blog list screen to indicate that data loading is in progress and to give a user the ability to manually refresh the data.
We'll cover the following...
Swipe-refresh-layout #
The pull-to-refresh layout (also known as swipe-refresh-layout) is available as a separate library, so in order to ...