Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatfiredev/udacity-sandwich-club
https://github.com/thatfiredev/udacity-sandwich-club
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thatfiredev/udacity-sandwich-club
- Owner: thatfiredev
- Created: 2020-06-07T18:59:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T19:00:13.000Z (over 4 years ago)
- Last Synced: 2024-10-18T22:45:45.314Z (2 months ago)
- Language: Java
- Size: 192 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandwich Club Project Starter 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.](https://github.com/udacity/sandwich-club-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.