Android News application to test android's paging library
Sample news application to test the Android Paging Library when fetching data from a network data source. In this case, the data source is the NewsAPI.
To build this application locally you will need to provide an API key to use the NewsAPI. To do so you can get an API key from https://newsapi.org/register and add news_api_key=<key>
to gradle.properties
.
import the project into Android Studio (3.1+)
To keep the sample focused on the Paging Library, errors are logged to the logcat and there is no error UI.