|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/working-with-data-in-ios
课程评论:没有评论
课程名称:在iOS中处理数据 概述:本课程将介绍在iOS中处理数据的核心原则。您将深入了解API背后的过程和概念,探索允许在服务器和设备之间传输数据的数据格式,并学习如何使用Core Data在Swift中处理数据。 通过本课程,您将能够: - 展示Swift应用程序如何通过网络进行通信的基础知识。 - 应用异步编程技术,使用Swift进行开发。 - 利用多种方法处理数据。 课程大纲: 1. 课程名称:REST API简介 描述:了解RESTful API开发的基本概念。 2. 课程名称:在Swift中与REST API交互 描述:练习应用异步编程技术来查询REST API并处理其响应。 3. 课程名称:在Swift中的数据 描述:涵盖在Swift应用程序中使用Core Data包的所有用途。 4. 课程名称:最终项目 描述:运用您在本课程中学到的技能,构建自己的应用程序,并实现筛选和排序功能。 通过本课程,您将全面掌握在iOS环境中处理数据的相关技术和实践。
Name:Introduction to REST APIs
Description:Get to know RESTful API development.
Name:Interacting with REST APIs in Swift
Description:Practice applying asynchronous programming techniques to query REST APIs and handle their responses using Swift.
Name:Data in Swift
Description:Cover all the uses for the Core Data package in a Swift application
Name:Final project
Description:Implement the skills you've learned in this course to build your own app with filtering and sorting functionality.
This course introduces you to the core principles of working with data in iOS. You will delve deeper into the processes and concepts behind APIs, explore data formats that allow you to transfer data between servers and devices and discover how to work with data in Swift using Core Data. By the end of this course, you’ll be able to: -Demonstrate a working knowledge of how Swift applications communicate over the web. -Apply asynchronous programming techniques using Swift. -Utilize a variety