https://github.com/yaostyle/sandwich-club
Udacity Android Nanodegree - Project 1: Sandwich Club App
https://github.com/yaostyle/sandwich-club
android android-app java udacity udacity-android-nanodegree udacity-nanodegree
Last synced: 4 months ago
JSON representation
Udacity Android Nanodegree - Project 1: Sandwich Club App
- Host: GitHub
- URL: https://github.com/yaostyle/sandwich-club
- Owner: yaostyle
- Created: 2018-09-25T23:50:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:30:29.000Z (over 6 years ago)
- Last Synced: 2025-01-13T08:29:32.365Z (5 months ago)
- Topics: android, android-app, java, udacity, udacity-android-nanodegree, udacity-nanodegree
- Language: Java
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Udacity AND: Project#1 - Sandwich Club Project
A final result of this app.

## 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