Popular-Movies icon indicating copy to clipboard operation
Popular-Movies copied to clipboard

Discover recent and popular movies on iOS and Android

PopularMovies

codebeat badge

Description

This application help users discover popular and recent movies using TMDb API.

Android Installation

  • Obtain an TMDb API Key.
  • In TMDbApi.java, replace API_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, replace apiKey with your own in the TMDbConstants.TMDBParameterValues struct.
  • Build & run, enjoy.

Screenshots