Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T18:30:29.000Z (about 6 years ago)
- Last Synced: 2023-12-18T02:26:17.779Z (11 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.
![alt_text](https://pbs.twimg.com/media/DoM4A2AUYAE_4Hc.jpg:large)
## 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