frangam / AndroidPopularMovies

Simple & Educational Android App for showing popular movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Popular Movies

Simple & Educational Android App for showing popular movies.

themoviedb.org API

  • This project use the themoviedb.org API and it is necessary to have an account and request for an API key.
  • Then, create a new resource xml file on the values folder of your android project and call it "apikey.xml" (.gitignore is currently ignoring this filename).
  • Finally, add the next content to apikey.xml file keeping the same string name attribute ("api_key"):
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="api_key">REPLACE_WITH_YOUR_SECRET_API_KEY</string>
</resources>

Screenshots

Version

1.0.0

About

Simple & Educational Android App for showing popular movies


Languages

Language:Java 100.0%