| environment | status |
|---|---|
| name |
Simple proyect to fetch movies currently on the cinema and see details of it. It gives the possibility to search as well.
- Clone repo
- Get an API key from The Movie DB
- Create secret.properties file in main folder (atstats-android) and paste contents from table:
| Property |
|---|
| MovieDbApiKey=[1] |
| [1] = Your API key |
- Open project in Android Studio
- That's it!
This project uses the Pagination library from the Google's Architectural components for showing the list of movies, Glide for fetching and showing the images, Retrofit and OkHttp for API calls and network client RxJava 2 and Kotlin