Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykayacan/and-sandwich-club
https://github.com/ykayacan/and-sandwich-club
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ykayacan/and-sandwich-club
- Owner: ykayacan
- Created: 2018-02-25T17:11:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T17:11:47.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T09:39:26.064Z (2 months ago)
- Language: Java
- Size: 190 KB
- Stars: 0
- Watchers: 2
- 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.