Git Product home page Git Product logo

ac-ios-episodesfromonline-hw's Introduction

Unit 3 Week 2 HW - Getting Data from Online

Summary

Create an app where you can search for a tv show. Selecting a show should display a list of all episodes in the TV show. Selecting an episode should display a detail view controller with more information about the episode.

Sample gif

Documentation:

https://www.tvmaze.com/api

View Controller One: Shows

Your view controller should contain:

  • A table view
  • A search bar

Entering a search term should make a request to load shows matching that description into the table view. Your tableViewCell should have:

  • An image of the show
  • The name of the show
  • Its rating

You will need to use a custom tableViewCell.

Selecting a show should segue to a view controller that lists the episodes.

View Controller Two: Episodes

Your view controller should contain:

  • A table view

The table view should have all the episodes from the show that the user selected. The tableViewCell should have:

  • An image of the episode
  • The name of the episode
  • The season and episode number

Selecting an episode should segue to a detail view controller that lists additional information.

View Controller Three: Episode Detail

Your view controller should contain:

  • A large image of the episode
  • The episode's name
  • The episode's season and episode number
  • The episode's description

Rubric

Criterion Points
App correctly uses Auto Layout for all portrait iPhones 4
Variable Naming and Readability 4
Loads an array of Shows into a tableView based on a search term 8
Show tableviewcell is correctly configured 4
Loads an array of Episodes into a tableView based on a segue 4
Episode tableviewcell is correctly configured 4
Episode Detail View Controller is correctly configured 4
Images load when available and without flickering 4
A UIActivityIndicator is displayed while images are loading 4

ac-ios-episodesfromonline-hw's People

Contributors

benstone1 avatar vikashhart avatar

Watchers

James Cloos 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.