Git Product home page Git Product logo

photos-ios's Introduction

Photos

A sample iOS project for ADI DevFest 2013.

Requirements

This project uses features only available in iOS 6+. Make sure you have the latest version of Xcode and the iOS SDK installed.

Configuration

  1. Register for a Flickr API key.

  2. Create a new file at Photos/CSPhotosAPIClientConstants.m with the following contents:

     #import "CSPhotosAPIClientConstants.h"
     NSString *const kCSPhotosAPIKey = @"<your API key here>";
    
  3. Build and run!

Ideas

Here are a couple of possible fun/educational ways one could modify this project:

  • Add paginated results to the photo list view (by modifying CSPhotosAPIClient and CSPhotosViewController).
  • Add the ability to search Flickr for a specific tag (or tags) using UISearchDisplayController.
  • Add more aggressive image caching for a better offline viewing experience.
  • Add Core Data for photo metadata persistence and background API response importing for improved UI performance.
  • Display additional information about the photos, and about the users who posted them.
  • Change the layout properties of the collection view in CSPhotosViewController (by subclassing UICollectionViewLayout).
  • Use an entirely different photos API (like Facebook).

Links

Flickr

Code

  • Photos - this project
  • AFNetworking - the most popular (and best) open source Objective-C HTTP library
  • Cheddar for iOS - a commercial todo app that uses AFNetworking and Core Data
  • SSKeychain - an Objective-C wrapper for iOS and OS X keychain services
  • ReactiveCocoa - functional reactive programming for Objective-C
  • SuperDB - a dynamic remote debugger for iOS apps
  • PonyDebugger - a remote debugger for iOS apps that uses the WebKit inspector
  • GHUnit - additions to the standard unit testing frameworks
  • Nimbus - a well-maintained kitchen sink library
  • Three20 - a poorly maintained kitchen sink library
  • CocoaPods - a package manager for third party iOS libraries and frameworks

Blogs & Newsletters

photos-ios's People

Contributors

cspickert avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.