Skip to content

scottrichards/NyTimesReader

Repository files navigation

Project 2 - NY Times Reader

NY Times Reader is an android app that allows a user to search articles from the New York Times.

Time spent: 12 hours spent in total

User Stories

The following required functionality is completed:

User can enter a search query that will display a grid of news articles using the thumbnail and headline from the New York Times Search API. (3 points) User can click on "settings" which allows selection of advanced search options to filter results. (3 points) User can configure advanced search filters such as: (points included above) Begin Date (using a date picker) News desk values (Arts, Fashion & Style, Sports) Sort order (oldest or newest) Subsequent searches will have any filters applied to the search results. (1 point) User can tap on any article in results to view the contents in an embedded browser. (2 points)

The following bonus features are implemented:

The following additional features are implemented:

Video Walkthrough

Here's a walkthrough of implemented user stories:

GIF created with LiceCap.

Notes

Describe any challenges encountered while building the app.

Problems figuring out how to load the Date Picker from Dialog Fragment.

Open-source libraries used

  • Android Async HTTP - Simple asynchronous HTTP requests with JSON parsing
  • Picasso - Image loading and caching library for Android

License

Copyright 2016 Scott Richards

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Android NYTimes Reader Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages