Please note, this blog entry is from a previous course. You might want to check out the current one.
Assignment #6 Task #9
Do not store Flickr photos themselves (i.e. any image other than a thumbnail) in your Core Data database. Fetch them from Flickr on demand each time.
… well we don’t, so nothing to do there …
Assignment #6 Task #10
Your application’s main thread should never be blocked (e.g. all Flickr fetches must happen in a different thread). You can assume Core Data will not significantly block the main thread.
… we made sure of that earlier …
Assignment #6 Task #11
Your application must work in both portrait and landscape orientations on both the iPhone and the iPad and it must work on a real iOS device (not just the simulator).
… it worked for the previous assignment, we did not change anything which could make a difference … and we also checked …
The complete code for all mandatory tasks is available on github.