Paparazzi Code
Brought to you by:
learza
File | Date | Author | Commit |
---|---|---|---|
Classes | 2010-10-11 | learza | [r1] Initial check-in |
Paparazzi3.xcdatamodeld | 2010-10-11 | learza | [r1] Initial check-in |
Paparazzi3.xcodeproj | 2010-10-11 | learza | [r1] Initial check-in |
MainWindow.xib | 2010-10-11 | learza | [r1] Initial check-in |
Paparazzi3-Info.plist | 2010-10-11 | learza | [r1] Initial check-in |
Paparazzi3_Prefix.pch | 2010-10-11 | learza | [r1] Initial check-in |
README | 2010-10-11 | learza | [r2] Added readme and screenshots |
Screenshots-Paparazzi.jpg | 2010-10-11 | learza | [r2] Added readme and screenshots |
flickr-yahoo-logo.png | 2010-10-11 | learza | [r1] Initial check-in |
icon-contacts.png | 2010-10-11 | learza | [r1] Initial check-in |
icon-globe.png | 2010-10-11 | learza | [r1] Initial check-in |
icon-recents.png | 2010-10-11 | learza | [r1] Initial check-in |
main.m | 2010-10-11 | learza | [r1] Initial check-in |
picker-background.jpg | 2010-10-11 | learza | [r1] Initial check-in |
This is a network based iPhone application for viewing online photos. Users can fetch online photos by typing valid Flickr usernames modally. The application creates the database with the serverless database engine SQLite, and then populates and displays the information of users and their photos into different table views of a navigation controller. By clicking on a related tab-bar, users can easily switch to their recent viewing history or browsing photos on a map implemented with Google Map APIs. Clicking on any of the photos in either the photo list, the recent viewing list, or the callout of a photo in the map will lead to a detailed photo view that allows users to scroll, zoom in/out the photo. Wei Lu