A project wherein a user may search for a movie and retrieve a list of possible titles including ratings, runtime, genres, and more as well as share the movie listing or send feedback through an auto populated email.
The following required functionality is completed:
- User can input text to search for a movie.
- User can hit the search button to initiate a search for a movie.
- User can hit the clear button to clear the search bar of text.
- User can click on IMDB link and be sent to their browser to go to the IMDb page.
- User can click on the Feedback text in the toolbar and send an email to the developer.
The following extensions are implemented:
- Retrofit
Here's a walkthrough of implemented user stories:
I had challenges getting the API calls to work, only to learn I had forgotten to capitalize a value field.
Copyright 2023 Kenneth Harper
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.
