Giter VIP home page Giter VIP logo

codepath-flixster's People

Contributors

laurakelly avatar

Watchers

 avatar  avatar

codepath-flixster's Issues

Thanks!

Hey Laura,

๐Ÿ‘ nice work. A few notes after checking out the code:

  • Good to see you playing around with RelativeLayout here. Be sure to fully constrain your views in a RelativeLayout by applying rules to 2-3 edges of each view. See this guide on optimizing layouts to learn more about how to keep your screens fast.
  • Good job using the ViewHolder pattern to improve performance of photos ListView. Be sure to make sure you understand view recycling and the viewholder and why are so important to creating performing lists.
  • Be sure to avoid hardcoding any values directly into layout files whenever possible and use value resources such as colors.xml and dimens.xml to declare those values instead.
  • Be sure to use styles wherever possible to keep your layout files clear of duplicate and unnecessary view presentation code.
  • Always good to implement some handling of the onFailure during network calls. Ideally displaying a message on screen indicating that the load failed and to please try again. Worst case, at least display a snackbar allowing them to try again.
  • Good job using the data binding system to populate data into your layout templates. The data binding system is quite powerful and you can read more about the system here or watching this video from Google.
  • Be sure to experiment with video playback with VideoView in the future and think through how you finish implementing playback of Youtube videos.

Hopefully this first project has given you a better sense of working with RelativeLayout which is a very flexible layout system, probably one of the most powerful responsive-first layout systems available across web and mobile platforms. This assignment also gave us our first introduction to leveraging resources, multiple configurations, optimizing lists, networking, working with APIs and loading remote images.

The next assignment will introduce new concepts such as accepting user input, working with the app bar, handling events for views and navigating between activities among other additional concepts.

If you have any particular questions about the assignment in general or on any of the feedback, feel free to reply back here or or email us [email protected].

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.