Android App Movie Catalogue For Discovering New Movies
- Icon resource from Android Studio Image Assets Builer
- Movie API using The Movie DB
This app created for Submissions in MADE (Menjadi Android Developer Expert) class at Dicoding Academy by Habib Mustofa
Create app.properties
file in root project and add key moviedb.apikey
and value is your appid taken from themoviedb api. eg:
# app.properties
moviedb.apikey=1234567891011121314151617181920X
Clean/Rebuild Project