/SandwichClub

Project 1: SandwichClub App (Android Developer Nanodegree) from Udacity

Primary LanguageKotlin

Sandwich Club Project

Project Overview

In this project, 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 I've learned

  • 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