This project is an experiment guided by Udacity's Android Developer course. And it's intended to show what I learned from this course.
You can install it in your Android device or emulator and try it on to see if it's good. And if it is, please, let me know. If it doesn't, let me know too 😄
You just need of a API_KEY
from The Movie DataBase site in order to allow the app to use TMDB APIs.
To do so, you just have to follow some steps on the link above.
After that you must replace the value (PUT_YOUR_APP_KEY_HERE
) inside app/favorite-movies.properties
file by your API key (v3 auth).