/BakingApp

Udacity Baking App

Primary LanguageJava

BakingApp (Work in progress)

Udacity Baking App alt text

  • BakingApp for Udacity Android Developer Nanodegree
  • This app retrieves data from udacity

Libraries are used in this Project are:

  • Appcombat
  • RecyclerView
  • Preferences
  • ViewModel and LiveData
  • Room
  • Butterknife
  • Picasso
  • Retrofit
  • GSON & Converter
  • CardView
  • RXJAVA

Common Project Requirements

App is written solely in the Java Programming Language. Movies are displayed in the main layout via a grid of their corresponding movie poster thumbnails. UI contains an element (i.e a spinner or settings menu) to toggle the sort order of the movies by: most popular, highest rated. UI contains a screen for displaying the details for a selected movie. Movie details layout contains title, release date, movie poster, vote average, and plot synopsis. App utilizes stable release versions of all libraries, Gradle, and Android Studio.

General App Usage

Display recipes

App should display recipes from provided network resource.

App Navigation

App should allow navigation between individual recipes and recipe steps.

Utilization of RecyclerView

App uses RecyclerView and can handle recipe steps that include videos or images.

App conforms to common standards found in the Android Nanodegree General Project Guidelines.

Components and Libraries

Master Detail Flow and Fragments

Application uses Master Detail Flow to display recipe steps and navigation between them.

Exoplayer(MediaPlayer) to display videos

Application uses Exoplayer to display videos.

Proper utilization of video assets

Application properly initializes and releases video assets when appropriate.

Proper network asset utilization

Application should properly retrieve media assets from the provided network links. It should properly handle network requests.

UI Testing

Application makes use of Espresso to test aspects of the UI.

Third-party libraries

Application 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.

Homescreen Widget

Application has a companion homescreen widget.

Widget displays ingredient list for desired recipe.

License

Copyright 2017 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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.