clarisaleu / Flicks

Android app using themoviedb.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Feedback!

codepathreview opened this issue Β· comments

πŸ‘ Great work, Clarisa.

We hope you learned a lot this week with the Flixster app. This is a much more complex app than the initial Todo app as it includes a lot of new concepts. We really appreciate that you completed stretch Stories in addition to the required stories. This is a great way to get the most out of the class. The stretch goals provide a lot of really good learning opportunities.

We have provided a detailed Flixster Feedback Guide here which covers the most common points we see for this project. Read through the feedback guide point-by-point to determine other ways you could improve your submission. You should consider going back and implementing applicable feedback as well. Keep in mind that one of the most important parts of Android development is learning the correct patterns and conventions.

Hopefully this 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, and RecyclerView, which is a superior stand-in for the ListView we used in the Todo project. This assignment also gave us our first introduction to networking, working with APIs and loading remote images. The next assignment will introduce new concept such as accepting user input and navigating between activities but will also reinforce important concepts such as networking, using APIs, and handling remote images.

If you have any particular questions about the assignment, feel free to reply here or email us support@codepath.org.