Skip to content

The Android Baking App allows Udacity’s resident baker-in-chief, Miriam, to share her recipes with the world.

Notifications You must be signed in to change notification settings

elshadsm/baking-app

Repository files navigation

Baking App

The Android Baking App allows Udacity’s resident baker-in-chief, Miriam, to share her recipes with the world.

General App Usage

The Application:
  • Displays recipes from provided network resource.
  • Allows navigation between individual recipes and recipe steps.
  • Uuses RecyclerView and can handle recipe steps that include videos or images.
  • Uses Master Detail Flow to display recipe steps and navigation between them.
  • Uses Exoplayer to display videos.
  • Properly initializes and releases video assets when appropriate.
  • Properly retrieves media assets from the provided network links. It properly handles network requests.
  • Makes use of Espresso to test aspects of the UI.
  • Sensibly utilizes a third-party library to enhance the app's features. That could be helper library to interface with ContentProviders if you choose to store the recipes, a UI binding library to avoid writing findViewById a bunch of times, or something similar.
  • Has a companion homescreen widget.
  • Widget displays ingredient list for desired recipe.

Screens

Phone

Tablet

Author

Elshad Seyidmammadov (https://www.linkedin.com/in/elshadsm)

Copyright (c) 2018 Elshad Seyidmammadov

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.

About

The Android Baking App allows Udacity’s resident baker-in-chief, Miriam, to share her recipes with the world.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages