Skip to content

gbadescu/NYT

Repository files navigation

Project 2 - NYT

Name of your app is an android app that allows a user to search for articles on web using simple filters. The app utilizes New York Times Search API.

Time spent: 15 hours spent in total

User Stories

The following required functionality is completed:

  • [X ] User can search for news article by specifying a query and launching a search. Search displays a grid of image results from the New York Times Search API.
  • [ X] User can click on "settings" which allows selection of advanced search options to filter results
  • [X ] User can configure advanced search filters such as:
    • [X ] Begin Date (using a date picker)
    • [ X] News desk values (Arts, Fashion & Style, Sports)
    • [ X] Sort order (oldest or newest)
  • [X ] Subsequent searches have any filters applied to the search results
  • [ X] User can tap on any image in results to see the full text of article full-screen
  • [X ] User can scroll down to see more articles. The maximum number of articles is limited by the API search.

The following optional features are implemented:

  • [X ] Implements robust error handling, check if internet is available, handle error cases, network failures
  • [X ] Used the ActionBar SearchView or custom layout as the query box instead of an EditText
  • [X ] User can share an article link to their friends or email it to themselves
  • [X ] Replaced Filter Settings Activity with a lightweight modal overlay
  • [ X] Improved the user interface and experiment with image assets and/or styling and coloring

The following bonus features are implemented:

  • Use the RecyclerView with the StaggeredGridLayoutManager to display improve the grid of image results
  • For different news articles that only have text or only have images, use Heterogenous Layouts with RecyclerView
  • Apply the popular Butterknife annotation library to reduce view boilerplate.
  • [X ] Use Parcelable instead of Serializable using the popular Parceler library.
  • [ X] Leverage the popular GSON library to streamline the parsing of JSON data.
  • Replace all icon drawables and other static image assets with vector drawables where appropriate.
  • [X ] Replace Picasso with Glide for more efficient image rendering.

The following additional features are implemented:

  • [X ] Swipe Refresh
  • [X ] Hide Search Icon when Network Connection in unavailable - show it when connection becomes available again.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

I used swagger-codegen with volley and gson to generate my models and connection classes. Unfortunately I had to spend a lot of time fixing a couple of bugs in the generated models that were making the parsing fail - I also had a learning curve in understand how volley works. Overall I think it was worth since it seems to be a very powerful way of interacting with JSON responses.

Open-source libraries used

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

License

Copyright [yyyy] [name of copyright owner]

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

    https://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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages