CS 392 Fall 2014

Assignment 06

Due: December 9th, Tue. until 23:55.

Submission: To LMS.

  1. Improve your FriendFeed app by making json queries in the background via dispatch_async calls.

  2. Add a button to your app to provide the user with ability to sort the entries according to user name. Add another button to sort according to the date.

  3. Extend your app with search ability among the fetched entries. With this ability, filter entries locally that contain a phrase entered by the user.