Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 397 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 397 Bytes

Project 1: Popular Movies, Stage 1

Setting up the project

To setup the "TheMovieDB" API Key app/build.gradle, and change the following line:

        it.buildConfigField 'String', 'THE_MOVIE_DB_API_KEY', "API_KEY"

with a valid API_KEY for the The Movie DB API Service.

API

  • The Movie DB API

Third Party Libraries

  • Gson
  • Butterknife
  • Picasso
  • OkHttp
  • Retrofit