项目作者: thatsabhi22

项目描述 :
Android Developer Nanodegree Sandwich Club App
高级语言: Java
项目地址: git://github.com/thatsabhi22/udacity-sandwich-club-app.git
创建时间: 2019-09-19T20:52:28Z
项目社区:https://github.com/thatsabhi22/udacity-sandwich-club-app

开源协议:

下载


Sandwich Club App Project

Project Overview

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

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.

Through this project, I 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

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.