https://github.com/luqmanoop/movietainment
Android app for discovering popular and recent movies in cinemas
https://github.com/luqmanoop/movietainment
Last synced: 4 months ago
JSON representation
Android app for discovering popular and recent movies in cinemas
- Host: GitHub
- URL: https://github.com/luqmanoop/movietainment
- Owner: luqmanoop
- Created: 2017-04-16T20:40:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T12:16:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T22:07:32.219Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MovieTainment
An app to help users discover popular and recent movies.
This app is part of the weekly challenges in the **Associate Android Developer Fast Track** course offered by [Udacity](https://udacity.com) & **Google** courtesy of [Andela](https://andela.com).

## Requirements
Valid api key from [The Movie DB (TMDb)](https://www.themoviedb.org)
```java
// gradle.properties
API_KEY = "YOUR API_KEY HERE"
```
#### Required Tasks
1. Build a UI layout for multiple Activities.
2. Launch these Activities via Intent.
3. Fetch data from themovieDB API