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_KEYconstant with your own. - Build & run, enjoy.
iOS Installation
- Obtain an TMDb API Key.
- Run
pod installon iOS project root directory.../PopularMovies/iOS/PopularMovies(CocoaPods Installation). - Open
PopularMovies.xcworkspaceand build. - In
TMDbConstants.swift, replaceapiKeywith your own in theTMDbConstants.TMDBParameterValuesstruct. - Build & run, enjoy.



