در این آموزش تصویری TeamTreeHouse Network Programming with Swift 2 با مباحث مربوط به برنامه نویسی شبکه و ابنترنت در Swift 2 آشنا می شوید. مباحثی مانند اتصال به وب سرویس، ارسال و دریافت داده از طریق اینترنت، خواندن اطلاعات با فرمت JSON در Swift 2 برای برنامه نویسان iOS در این مجموعه آموزش شرح داده شده اند. مدرس تمامی مطالب را به زبانی ساده و به صورت کاملا عملی تدریس می کند.
سر فصل های دوره آموزشی TeamTreeHouse Network Programming with Swift 2 :
Modeling Forecast Data –
Introduction –
Modeling the Current Weather –
An Icon Enum –
Stubbing the Data –
Fetching Data From the Web –
Application Programming Interface –
How Do We Get Data From the Web –
Constructing a URL –
Making a Simple Network Request –
JavaScript Object Notation –
A History Lesson in Concurrency –
Writing Concurrent Networking Code –
Protocol Oriented Networking –
Building an API Client –
Defining the Fetch Method –
Default Implementations Via Extensions –
Handling Networking Errors –
Completing JSONTaskWithRequest –
Implementing Fetch –
Implementing a Forecast Client –
Concrete Types –
Endpoint Enum –
From JSON to CurrentWeather –
Testing the Networking Stack –
Activity Indicators –
Application Transport Security –