Skip to content

Fetches articles from New York Times reposiroty via the Articles Search API

Notifications You must be signed in to change notification settings

uwechue-o/NYT_ArticlesFetcher

Repository files navigation

===========
DESCRIPTION
===========
Basic app that accesses the New York Times Articles Search API.

Retrieves and displays a list of articles and thumbnail images related to a user-supplied search term.
When user selects a particular article from the resultset, it fetches and displays further details about that article.

Uses Jetpack Navigation Component architecture, Jetpack DataBinding, and RxJava/Retrofit for generating and processing
streams of observable data.

Utilizes the Single-Activity architecture.
All screens are simply fragments tied together via the navigation infrastructure.

==========
SETUP
==========
You will need to install the Android NDK, "CMake", and "Ninja" C/C++ compiler tools.
(I use the native layer to hide sensitive API keys.)

Add the CMake and Ninja bin folders to your system PATH.
Update your Gradle "local.properties" file with the correct path URIs for the NDK and CMake.

About

Fetches articles from New York Times reposiroty via the Articles Search API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published