dineshjoshi / BoxOfficeApp

0 stars 0 forks source link

Assignment Submission - Rotten Tomatoes App #1

Open dineshjoshi opened 10 years ago

dineshjoshi commented 10 years ago

Guys, please review this - /cc @nesquena @timothy1ee

I have completed populating the movie list with the poster image, summary and the movie cast (first 3). I need some guidance on working on the Movie View. Are we going to cover that in the upcoming class?

timothy1ee commented 10 years ago

Good job, but note that you are loading the images synchronously, which blocks the UI thread. You should read the discussions in the forum about this.

The point of this homework was to explore a simple example of a full MVC application with a RESTful API. Here's a few things I was looking for: