项目作者: joaotfernandes

项目描述 :
Android News application to test android's paging library
高级语言: Kotlin
项目地址: git://github.com/joaotfernandes/news-pagination.git
创建时间: 2018-08-26T15:38:39Z
项目社区:https://github.com/joaotfernandes/news-pagination

开源协议:

下载


News (with paging)

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.

News demo

Build

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+)

Error handling

To keep the sample focused on the Paging Library, errors are logged to the logcat and there is no error UI.

Libraries