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).
- Host: GitHub
- URL: https://github.com/aunyks/flix
- Owner: aunyks
- Created: 2020-09-22T19:04:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T22:25:34.000Z (over 4 years ago)
- Last Synced: 2025-03-18T15:52:00.937Z (3 months ago)
- Language: Java
- Size: 539 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 athttp://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.