This is the stage one of a movies application made for an Udacity Course. This app uses the data provided by The Movie Database.
Put your api key in the api/APIClient class:
public class APIClient implements RequestInterceptor {
public static final String API_KEY= "{your API key here}";
...
}
And you're good to go.
- Retrofit As a Http client.
- ButterKnife For view binding.
- Picasso To perform image request.