Skip to content

mobilespace/MovieGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MobileSpace Tutorial Series

Introduction to iOS Apps

Project 2: MovieGuide

Objective: Learning how to make an API request and process the response JSON into model objects.

Milestones:

  1. Building the Movies Table view with custom UITableViewCell and detail view

  2. Making the API call and getting a response object; storing it in relevant data models

  3. Implementing local persistence of movies with Realm database.

API:

Source: The Movie Database

API Docs: The Movie Database API documentation

Endpoint used: http://api.themoviedb.org/3/movie/now_playing

App Demo:

MovieGuide demo

Code Helper:

Click here

Pods for MovieGuide

pod 'Alamofire', '~> 3.5.0'

pod 'AlamofireImage', '~> 2.5'

pod 'RealmSwift', '0.98.8'