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

https://github.com/aunyks/flix

Part 1 and part 2 (see README).
https://github.com/aunyks/flix

Last synced: 3 months ago
JSON representation

Part 1 and part 2 (see README).

Awesome Lists containing this project

README

        

# Flix

**Flix** shows the latest movies currently playing in theaters. The app utilizes the Movie Database API to display images and basic information about these movies to the user.

Time spent: **20** hours spent in total, since I did part 1 and 2 in one try.

## User Stories

The following **required** functionality is completed:

* [x] User can **scroll through current movies** from the Movie Database API
* [x] Display a nice default [placeholder graphic](https://guides.codepath.org/android/Displaying-Images-with-the-Glide-Library#advanced-usage) for each image during loading
* [x] For each movie displayed, user can see the following details:
* [x] Title, Poster Image, Overview (Portrait mode)
* [x] Title, Backdrop Image, Overview (Landscape mode)
* [x] Allow user to view details of the movie including ratings and popularity within a separate activity
* [x] (8pts) Expose details of movie (ratings using RatingBar, popularity, and synopsis) in a separate activity.
* [x] (2pts) Allow video posts to be played in full-screen using the YouTubePlayerView.

## Video Walkthrough

Here's a walkthrough of implemented user stories:

[Video Link](https://i.imgur.com/5YZoyCr.mp4), created with [Kap](https://getkap.co).

## Notes

Describe any challenges encountered while building the app.

I followed part 2 before knowing that it was a continuation from part 1, so it was tricky to discover which features belonged in which assignment. Ultimately, though, I decided to submit the same work for both since it's the same project.

## Open-source libraries used

- [Android Async HTTP](https://github.com/loopj/android-async-http) - Simple asynchronous HTTP requests with JSON parsing
- [Glide](https://github.com/bumptech/glide) - Image loading and caching library for Android

## License

Copyright 2020 Gerald Nash

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.