Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

iOS Network Development Using URLSession and AlamoFire

Posted By: Landau17
iOS Network Development Using URLSession and AlamoFire

iOS Network Development Using URLSession and AlamoFire
MP4 | Video: 720p | Duration: 1:24:01 | English | Subtitles: VTT | 283.9 MB



Networking is a common component of modern mobile apps, necessary for authenticating user accounts, fetching data, and downloading and uploading files. Learning the latest networking frameworks is vital to quality, maintainable iOS app development. This course covers the basics of Apple-provided network development using URLSession as well as AlamoFire, a third-party framework for server-side communication that is generally considered the standard Swift solution. Instructor Bear Cahill shows how to fetch a variety of data types, including text, JSON, binary data, and media files, and handle responses from the server. Plus, learn how to report upload and download progress in AlamoFire using method chaining and the built-in progress functions.

Topics include:
  • Fetching data
  • Managing text, JSON, and binary data
  • Downloading files to the file system
  • Request and response handling with AlamoFire
  • Encoding parameters
  • Uploading and downloading files
  • Reporting upload and download progress