App fetches data from the Internet with the help of Retrofit2 library. App allows a user to select a recipe and see video-guided steps for how to complete it. The recipe listing is located here.
The JSON file contains the recipes' instructions, ingredients, videos and images that need to be displayed. This projects demonstrates a situation that professional developers often experience - how to handle unexpected input in an data.
- Use MediaPlayer/Exoplayer to display videos.
- Handle error cases in Android.
- Add a widget to app experience.
- Leverage a third-party library.
- Use Fragments to create a responsive design that works on phones and tablets.
- Application makes use of Espresso to test aspects of the UI.
This project was submitted by Iva Ivanova as part of the Nanodegree at Udacity.
According to Udacity Honor Code we agree that we will not plagiarize
(a form of cheating) the work of others.
Plagiarism at Udacity can range from submitting a project you didn’t create to
copying code into a program without citation. Any action in which you misleadingly
claim an idea or piece of work as your own when it is not constitutes plagiarism.
Read more here: https://udacity.zendesk.com/hc/en-us/articles/360001451091-What-is-plagiarism-
MIT License
Copyright (c) 2018 Iva Ivanova
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



