aliciaphes / sandwich-club

Submission for sandwich app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sandwich Club Project

Project overview

In this project, the Sandwich Club app shows 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 was this project completed?

Downloaded the Sandwich Club app starter code.

Designed the layout for the detail activity so the different elements display in a sensible way.

Implemented the JSON parsing in JsonUtils so it produces a Sandwich Object that can be used to populate the UI that was just designed.

About

Submission for sandwich app


Languages

Language:Java 100.0%