Git Product home page Git Product logo

ios-decal-proj3's Introduction

Project 3: Photo Social Network App

Due

Tuesday, April 12 at 11:59 PM

Description

We have covered the basics of networking in iOS apps, as well as the different elements from UIKit. This project will combine both concepts, and result in an app that displays photos pulled from Instagram via its public API.

In this project, you will be parsing JSON objects to display the photos and additional relevant information that Instagram users have posted and shared. The purpose of this assignment is to familarize you with creating UICollectionViews, and have you practice the iOS Networking knowledge you learned to use a popular company's API.

Instructions

Create a Photo Social Network App

  • Required
    • Photo.swift - the model which represents a single Photo object
      • You only need to implement the init
    • InstagramAPI.swift - the object which connects with the Instagram API
      • You must implement the loadPhotos method
    • PhotosCollectionViewController.swift - Collection View of Photos
      • One photo per cell
      • You must implement any necessary delegate methods
      • You must implement loadImageForCell
    • Tapping a cell takes you to a photo-specific view with the following:
      • UIImage of the Photo (from the URL)
      • UILabels to display:
        • The poster's username
        • The date posted
        • The number of Likes on the photo
      • A Heart button to Like the photo
        • The Heart button should change to indicate whether the photo has been liked or not
  • Optional
    • Toggle between different feeds (Popular, Photos from Berkeley, etc.)
      • Suggested: Tabbed Application
    • Enable ability to "push" to Instagram's servers (e.g. A Like that you make in your app is reflected on Instagram)
      • Note: Requires facilitating OAuth with Instagram's API
    • Add a Search tab so that you can search for Users, Hashtags, etc. and retrieve the relevant images
    • Optimize the app's performance
      • Add GCD to use background threads for smoother loading
      • Add a NSCache for the images

ios-decal-proj3's People

Watchers

 avatar  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.