Golden Ticket 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: 26 hours spent in total
The following required functionality is completed:
The following stretch features are implemented:
The following additional features are implemented:
Shows the above features of the application
GIF created with LiceCap.
For my second application, I feel that I have done much better. There is much more I can improve on, but I have a stronger view of RecyclerView, Adapters, ViewHolders, the bind method, and the "new" operator which saved me in the last few minutes of this assignment
Some problems I encountered:
- Was passing object lists without initializing with "new", kept passing null when dealing with functions .size(),
halting the development
- Trouble passing JSON data for YouTube url through MainActivity, realized it would be better to pass in through the
MovieDetailsActivity
- Getting onClick() to work, need more practice with this. Decided to use the .xml Design onClick function instead
Copyright 2020 Nicholas Powell
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.