Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redonkulus/flicks
Movie iOS App
https://github.com/redonkulus/flicks
Last synced: 9 days ago
JSON representation
Movie iOS App
- Host: GitHub
- URL: https://github.com/redonkulus/flicks
- Owner: redonkulus
- Created: 2017-01-25T00:42:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T21:35:26.000Z (about 8 years ago)
- Last Synced: 2024-11-27T11:14:27.951Z (2 months ago)
- Language: Objective-C
- Size: 178 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 1 - **Flicks App**
**Flicks App** is a movies app using the [The Movie Database API](http://docs.themoviedb.apiary.io/#).
Time spent: **25** hours spent in total
## User Stories
The following **required** functionality is completed:
- [x] User can view a list of movies currently playing in theaters. Poster images load asynchronously.
- [x] User can view movie details by tapping on a cell.
- [x] User sees loading state while waiting for the API.
- [x] User sees an error message when there is a network error.
- [x] User can pull to refresh the movie list.
- [x] Add a tab bar for **Now Playing** and **Top Rated** movies.
- [x] Implement segmented control to switch between list view and grid view.The following **optional** features are implemented:
- [x] Add a search bar.
- [x] All images fade in.
- [ ] For the large poster, load the low-res image first, switch to high-res when complete.
- [ ] Customize the highlight and selection effect of the cell.
- [x] Customize the navigation bar.
- [ ] Tapping on a movie poster image shows the movie poster as full screen and zoomable.
- [ ] User can tap on a button to play the movie trailer.The following **additional** features are implemented:
- [ ] List anything else that you can get done to improve the app functionality!
## Video Walkthrough
Here's a walkthrough of implemented user stories:
http://imgur.com/kWKqbmc - Image too large for Github
GIF created with [LiceCap](http://www.cockos.com/licecap/).
## Notes
N/A
## License
Copyright 2017 Seth Bertalotto
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.