An open API service indexing awesome lists of open source software.

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

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).

![Movie detail screenshot](screenshots/image.png "Movie Detail Activity")

## 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