Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 340 Bytes

File metadata and controls

7 lines (5 loc) · 340 Bytes

Paging

A sample app that adds data to RecyclerView infinitely using the paging library

How to build

Replace your-news-api-dot-org-api-key-here of your ~/.gradle/gradle.properties with an API key from NewsApi.org website by signing up at this link.

newsApiKey="your-news-api-dot-org-api-key-here"