An Android app to discover the latest Hollywood movie releases (in progress)
Get started by cloning the project to your local machine:
$ git clone https://github.com/namclu/PopularReels.git
- Android Studio
- minSdkVersion 17
- targetSdkVersion 25
- Open Android Studio
- If the repository is cloned to your local machine, select
Open an existing Android Studio project
and select the location from which the responsitory was cloned to. - If the repository has not been cloned to your local machine, select
Check out project from Version Control > GitHub
Git Repository URL: https://github.com/namclu/PopularReels
Parent Directory: <Location where you want to store the repository>
Directory Name: <Name of the repository>
- Build and Run
- To generate an API key, follow the instructions below:
- One you've obtained an API key, place the following line of code in gradle.properties:
- MOVIES_DB_API_KEY = "[Add API key here]"
- Nam Lu - namclu
- Retrofit - Networking library
- Glide - Image loading and cacheing
- The Movie Database API - API to find movies, TV shows, and people