Skip to content

First Project at Udacity Android Developer Nanodegree Program.

Notifications You must be signed in to change notification settings

BBarisKilic/Sandwich-Club

Repository files navigation

Sandwich Club Project Code

Project Overview

In this project, you will complete the Sandwich Club app to show the details of each sandwich once it is selected.

Why this Project

Building a layout and populating its fields from data received as JSON is a common task for Android Developers. Although JSON parsing is usually done using libraries, writing the JSON parsing for this project will help you to better understand how it is processed.

What Will I Learn?

Through this project, you will:

  • Learn how to submit projects for review
  • Practice JSON parsing to a model object
  • Design an activity layout
  • Populate all fields in the layout accordingly

How Do I Complete this Project?

Download the Sandwich Club app starter code.

Design the layout for the detail activity so the different elements display in a sensible way. Implement the JSON parsing in JsonUtils so it produces a Sandwich Object that can be used to populate the UI that you designed.

Rubric

Common Project Requirements

  • App is written solely in the Java Programming Language.
  • App conforms to common standards found in the Android Nanodegree General Project Guidelines NOTE: It is okay if the app does not handle rotation properly or does not restore the data using onSaveInstanceState/onRestoreInstanceState).
  • App utilizes stable release versions of all libraries, Gradle, and Android Studio.

Core Functionality

  • JSON data is parsed correctly to a Sandwich object in JsonUtils.
  • JSON is parsed without using 3rd party libraries.
  • DetailActivity shows all Sandwich details correctly.
  • Detail layout includes a ScrollView so all the details are visible in small screen devices.
  • Sandwich details are shown in a sensible layout. For example, ingredients appear next to the ingredients label.

About

First Project at Udacity Android Developer Nanodegree Program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages