Skip to content

kPhilosopher/Places

Repository files navigation

Demo Applications

These projects were initiated by the Stanford University’s CS193P, iPhone Application Development class. There are two projects, in three repositories.

Workflow

GraphCalculator was the first project. GraphCalculator is a simple two screen application that ushered me into Objective-C and iOS application development. This project gave me a glimpse to the syntax of Objective-C, Xcode, and the cocoa framework.

Places and CoreDataPlaces were completed after GraphCalculator. The main difference between the two part project is the mechanism of persistence. Places uses NSUserDefaults while CoreDataPlaces uses Core Data. Whilst following the lectures supplied by Stanford, I also attempted to experiment with the suggestions detailed in Clean Code: A Handbook of Agile Software Craftsmanship and The Pragmatic Programmer: From Journeyman to Master.

Places

The Places application allows the user to navigate through the recent pictures taken in the top places designated by Flickr. The Flickr API is provided by Stanford University. The specifications to this assignment can be found on the CS193P page.

In the user's perspective, Places has two tabs with Top, and Most Recents. The Places application is constituted with three custom UITableViewControllers and one UIViewController with UIScrollView as its main view. These controllers reside in UINavigationControllers and a custom UITableBarController allowing navigation between the model-view-controllers (MVC). The three custom UITableViewController are subclasses of IndexedViewController. On top of inheritance, it utilizes three strategy objects to optimize code reuse.


The following lists outlines my first-time attempts, and experiments executed throughout the course of completing the projects.

Attempts

Experiments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published