{"id":22725617,"url":"https://github.com/ericafenyo/baking-recipes","last_synced_at":"2025-10-08T07:35:58.194Z","repository":{"id":124357485,"uuid":"109740770","full_name":"ericafenyo/baking-recipes","owner":"ericafenyo","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-06T20:53:53.000Z","size":7795,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T23:42:45.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericafenyo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-06T19:35:35.000Z","updated_at":"2018-06-06T20:53:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"95060d00-c12f-40cf-832e-1ea66cf784a5","html_url":"https://github.com/ericafenyo/baking-recipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericafenyo/baking-recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericafenyo%2Fbaking-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericafenyo%2Fbaking-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericafenyo%2Fbaking-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericafenyo%2Fbaking-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericafenyo","download_url":"https://codeload.github.com/ericafenyo/baking-recipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericafenyo%2Fbaking-recipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909700,"owners_count":26066887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-10T16:13:07.117Z","updated_at":"2025-10-08T07:35:58.145Z","avatar_url":"https://github.com/ericafenyo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baking Recipes\n### Created as a part of Udacity Android Developer Nanodegree Program.\n![baking-recipe]\n\n## Project Overview\nYou will productionize an app, taking it from a functional state to a production-ready state. This will involve finding and handling error cases, adding accessibility features, allowing for localization, adding a widget, and adding a library.\n\n## Why this Project?\nAs a working Android developer, you often have to create and implement apps where you are responsible for designing and planning the steps you need to take to create a production-ready app. Unlike Popular Movies where we gave you an implementation guide, it will be up to you to figure things out for the Baking App.\n\n## What Will I Learn?\nIn this project you will:\n* Use MediaPlayer/Exoplayer to display videos.\n* Handle error cases in Android.\n* Add a widget to your app experience.\n* Leverage a third-party library in your app.\n* Use Fragments to create a responsive design that works on phones and tablets.\n\n\n## Rubric\n\n### General App Usage\n- [x] App should display recipes from provided network resource.\n- [x] App should allow navigation between individual recipes and recipe steps.\n- [x] App uses RecyclerView and can handle recipe steps that include videos or images.\n- [x] App conforms to common standards found in the Android Nanodegree General Project Guidelines.\n\n### Components and Libraries\n- [x] Application uses Master Detail Flow to display recipe steps and navigation between them.\n- [x] Application uses Exoplayer to display videos.\n- [x] Application properly initializes and releases video assets when appropriate.\n- [x] Application should properly retrieve media assets from the provided network links. It should properly handle network requests.\n- [x] Application makes use of Espresso to test aspects of the UI.\n- [x] Application sensibly utilizes a third-party library to enhance the app's features. That could be helper library to interface with Content Providers if you choose to store the recipes, a UI binding library to avoid writing findViewById a bunch of times, or something similar.\n\n### Homescreen Widget\n- [x] Application has a companion homescreen widget.\n- [x] Widget displays ingredient list for desired recipe.\n\n## Dependencies\n* [Android Support Libraries](https://developer.android.com/topic/libraries/support-library/)\n* [Butter Knife](http://jakewharton.github.io/butterknife/)\n* [Google Gson](https://github.com/google/gson/)\n* [Glide](https://github.com/bumptech/glide/)\n* [Google Volley](https://github.com/google/volley/)\n* [ExoPlayer](https://github.com/google/ExoPlayer)\n\n\u003c!-- * [Floating Search View](https://github.com/arimorty/floatingsearchview/) --\u003e\n\u003c!-- * [RxJava](https://github.com/ReactiveX/RxJava)[/RxAndroid](https://github.com/ReactiveX/RxAndroid/) --\u003e\n\u003c!-- * [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/) --\u003e\n\u003c!-- * [Google Dagger 2](https://github.com/google/dagger/) --\u003e\n\u003c!-- * [Retrofit 2](http://square.github.io/retrofit/) --\u003e\n\n\n[baking-recipe]: https://github.com/ericafenyo/baking-recipes/raw/master/images/baking-recipe.png","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericafenyo%2Fbaking-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericafenyo%2Fbaking-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericafenyo%2Fbaking-recipes/lists"}