totally85 / ReviewIt

codepath_week1
0 stars 0 forks source link

ReviewIt Movie App #2

Open totally85 opened 8 years ago

totally85 commented 8 years ago

I have prepared my app for tomorrow's lecture /cc @codepathreview

totally85 commented 8 years ago

I am ready for my movie app to be reviewed /cc @codepathreview

codepathreview commented 8 years ago

:+1: Nice work! The point of this homework was to get a chance to implement a TableView (one of the most common views in iOS) and to work with real data over the network (in this case from the Movies Database API).

A key part of these projects is that you add additional features and tweak the UI / UX because that will provide the most learning opportunities. We encourage you to complete the projects early each week with the required stories and then spend time adding your own UI elements and experimenting with optional extensions that will improve the user experience.

Your search function didn't work well. For example, I'm trying to looking for "Kungfu panda"

screen shot 2016-01-31 at 6 37 39 pm

When you run the simulator, select the iphone5/5S as you are designing on this phone size. Later we will learn how to build app to adapt with multiple screen sizes.

We have a detailed Project 1 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.

PS:

totally85 commented 8 years ago

Could I have an extension?

On Jan 31, 2016, at 5:40 AM, CodePath Reviewers notifications@github.com wrote:

Nice work! The point of this homework was to get a chance to implement a TableView (one of the most common views in iOS) and to work with real data over the network (in this case from the Movies Database API).

A key part of these projects is that you add additional features and tweak the UI / UX because that will provide the most learning opportunities. We encourage you to complete the projects early each week with the required stories and then spend time adding your own UI elements and experimenting with optional extensions that will improve the user experience.

Your search function didn't work well. For example, I'm trying to looking for "Kungfu panda"

When you run the simulator, select the iphone5/5S as you are designing on this phone size. Later we will learn how to build app to adapt with multiple screen sizes.

We have a detailed Project 1 Feedback Guide which covers the best practices for implementing this assignment. Read through the feedback guide point-by-point to determine ways you might be able to improve your submission. You should consider going back and implementing these improvements as well. Keep in mind that one of the most important parts of iOS development is learning the correct patterns and conventions.

If you have any particular questions about the assignment or the feedback, feel free to reply here or email us at universitysupport@codepath.com.

PS:

Next time please create the issue following the naming convention: W[week#]-Submission You can adjust the LiceCAP to just capture your phone simulator, no need to capture the whole laptop screen (the gif file will be very large) — Reply to this email directly or view it on GitHub.