Giter Club home page Giter Club logo

flickz's People

Contributors

vnu avatar

Watchers

 avatar  avatar

flickz's Issues

Create a simple movies list view

As a user,

  • I should be able to view the list of movies
  • I should be able to view the images in the list
  • I want to view some details before deciding whether I want to read more

Implementation constraints

  • Image should load asynchronously

Tasks

  • Setup Pods and add AFNetworking
  • Turn Off App Transport Security
  • Add Table View
  • Add Movie model
  • Add a table view cell (Go with this approach over inline prototype cell to easily try out some designs)
  • Add the xib through the view controller
  • Add AFNetworking fetch method, pass successCallback

Sample Json for Now playing movie

{"page":1,"results":[{"poster_path":"\/k1QUCjNAkfRpWfm1dVJGUmVHzGv.jpg","adult":false,"overview":"Based upon Marvel Comics’ most unconventional anti-hero, DEADPOOL tells the origin story of former Special Forces operative turned mercenary Wade Wilson, who after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.","release_date":"2016-02-09","genre_ids":[35,12,28,878],"id":293660,"original_title":"Deadpool","original_language":"en","title":"Deadpool","backdrop_path":"\/n1y094tVDFATSzkTnFxoGZ1qNsG.jpg","popularity":20.322214,"vote_count":131,"video":false,"vote_average":6.05}],"dates":{"maximum":"2016-02-10","minimum":"2015-12-30"},"total_pages":43,"total_results":857}

Single Movie

{
poster_path: "/k1QUCjNAkfRpWfm1dVJGUmVHzGv.jpg",
adult: false,
overview: "Based upon Marvel Comics’ most unconventional anti-hero, DEADPOOL tells the origin story of former Special Forces operative turned mercenary Wade Wilson, who after being subjected to a rogue experiment that leaves him with accelerated healing powers, adopts the alter ego Deadpool. Armed with his new abilities and a dark, twisted sense of humor, Deadpool hunts down the man who nearly destroyed his life.",
release_date: "2016-02-09",
genre_ids: [
35,
12,
28,
878
],
id: 293660,
original_title: "Deadpool",
original_language: "en",
title: "Deadpool",
backdrop_path: "/n1y094tVDFATSzkTnFxoGZ1qNsG.jpg",
popularity: 20.322214,
vote_count: 131,
video: false,
vote_average: 6.05
}

Create a Movie detail page for Flickz

  • Add a NavBar
  • Add detail View Page
  • All images fade in as they are loading. (low)
  • For the large poster, load the low-res image first and switch to high-res when complete. (low)

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.