PopularMovies
Description
This application help users discover popular and recent movies using TMDb API.
Android Installation
- Obtain an TMDb API Key.
- In
TMDbApi.java
, replaceAPI_KEY
constant with your own. - Build & run, enjoy.
iOS Installation
- Obtain an TMDb API Key.
- Run
pod install
on iOS project root directory.../PopularMovies/iOS/PopularMovies
(CocoaPods Installation). - Open
PopularMovies.xcworkspace
and build. - In
TMDbConstants.swift
, replaceapiKey
with your own in theTMDbConstants.TMDBParameterValues
struct. - Build & run, enjoy.