Final Student Projects – Meetapp

The blog posts about Meetapp can be found at

And the code can be found at

Thanks to David and the rest of the class for a great semester!

Example
OpenSource

Comments Off

Permalink

CoreAnimation Example

CoreAnimation Example

Uncategorized

Comments Off

Permalink

JSONFun Example added

Here.

This code shows you how to download images from Flickr. It shows how to use LCURLConnection to grab both image data and JSON data. It also shows how to use LCImageDownloadQueue so that you don’t go fetching tons of images at once. In order to use this project you’ll need to download the JSON.framework from Google Code. To keep it super simple, don’t bother getting it from SVN, just download the prepackaged DMG. Once you have it, follow the INSTALL instructions so that you can include it into this project I’ve made for you all. The one extra thing that I had to do to make it work was to also modify the Header Search Paths in the target build settings to include the following:

$HOME/Library/SDKs/JSON/$(PLATFORM_NAME).sdk/usr/local/include/

You may not have to do this since you’re getting the project with the project settings ;)

Uncategorized

Comments Off

Permalink

MapKit and Serialization examples from class

Get it here.

Uncategorized

Comments Off

Permalink

iPhone Image Processing libray

Written in C++ with an Objective-C wrapper:
http://www.mobileorchard.com/a-simple-iphone-image-processing-library/

Uncategorized

Comments Off

Permalink

Interesting articles on using Core Animation to make an Asteroids clone

Core Animation is the built in animation facility of OS X that is built on top of OpenGL. It’s available on the iPhone. This article is interesting for anyone looking into designing games for the iPhone.

http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation.html
http://cocoawithlove.com/2009/02/asteroids-style-game-in-coreanimation_22.html

Games

Comments Off

Permalink

Assignment 4 & 5

Post links to your assignment here.

Uncategorized

Comments (11)

Permalink

Nice GDB Debugging Tip

A way to look at arguments to a method from GDB.

CodingTip

Comments Off

Permalink

Assignment 3

Post links to your assignments as comments to this post.

Uncategorized

Comments (12)

Permalink

Useful Git Links

On branching, from an SVN tutorial – http://svnbook.red-bean.com/en/1.1/ch04.html#svn-ch-4-sect-1

A solid, easy to follow Git tutorial – http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html

Another Git tutorial, same basic ideas – http://www.sourcemage.org/Git_Guide

Uncategorized

Comments Off

Permalink