Code Monkey home page Code Monkey logo

codepath-nytsearch's People

Contributors

laurakelly avatar

Watchers

 avatar  avatar

codepath-nytsearch's Issues

NYTimes Assignment Feedback

Hey Laura,

๐Ÿ‘ Nice work. Here are some notes after checking out the code:

  • Be sure to use styles.xml whenever possible to keep your layout files clear of duplicate and unnecessary view presentation code.
  • Good use of a Toolbar within your activities. Be sure to check out how to collapse the Toolbar on scroll using the CoordinatorLayout.
  • You might want to improve the look and feel of the article item results. You should play with the padding, spacing, font sizes and look into the CardView.
  • Consider adding progress bars to your app whenever a network request goes out.
  • Consider cleaning up your search activity to re-use a single method for both initial load and pagination
  • Glad to see you used a date-time picker. To make sure the picker looks better on older devices (pre-Lollipop), you can check out third-party libraries for improved backwards compatibility.
  • Be sure to try out the RecyclerView, the successor to the ListView and GridView.
  • Be sure to try using the ButterKnife library annotations for reducing view boilerplate substantially.
  • In the future, you might want to take a closer look at Retrofit for networking as this library is quite popular and used in many apps.
  • Good to see you got sharing working using the ShareActionProvider system. Keep in mind that this is simply leveraging the implicit intent system behind the scenes. Refer to this guide on implicit intents to see other common usages of them.

Let me know if you have any other thoughts or questions about this assignment. Looking forward to seeing your Twitter submission!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.