Skip to content

LiLister/FreshNews

Repository files navigation

FreshNews

Features

  • Both the news sources and headlines are fetched from https://newsapi.org;
  • List the sources first. If user clicked one source, fetch headlines on that source;

Implementation

For sources, no additional parameter need be passed.

For headlines, we could use "sources" to specify the source, "page" and "pageSize" to fetch the headlines with pagination support. With "totalResults" to check whether there are more pages available.

#Unit test

  • one test file com.dream.freshnews.SourcesActivityTest2 under androidTest for very basic test;

TODO

Please visit TODOs.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages