About Course
In this course you will learn how to integrate Cocoa Pods into your new or existing Xcode projects, you will learn to work with and download data from Google Cloud Storage, you will also learn how to decode JSON data and display the decoded data on a UITableView.
What is a JSON: A JSON file is a file that stores simple data structures and objects in JavaScript Object Notation (JSON) format, which is a standard data interchange format. It is primarily used for transmitting data between a web application and a server. JSON files are lightweight, text-based, human-readable, and can be edited using a text editor.
Here is simple JSON example:
{
“value”: “Hello World”
}
Course Curriculum
Players App – JSON Decoder
Creating JSON Decoder
Install Cocoa Pods And Firebase SDK
Download – Decode And Display Data