Asynchronous Requests

Sort options

Grand Central Dispatch (GCD) (Udacity)

Perform Asynchronous Operations in iOS. Many times your apps need to run lengthy operations in the background, like downloading data, but you don't want these operations to interfere with your UI. Apple's GCD (long form: Grand Central Dispatch) framework allows you to create asynchronous apps for iOS, ensuring smooth [...]

iOS Networking with Swift (Udacity)

Self Paced
iOS Networking with Swift (Udacity)
Free Course
Categories
Effort
Languages
Web Services, APIs, and JSON. In this course, you’ll learn how to incorporate networking into your apps, so they can access data from around the world. You’ll learn how to harness the power of APIs to display images and retrieve movie data. At the end of the course, you’ll [...]

Intro to AJAX (Udacity)

Self Paced
Intro to AJAX (Udacity)
Free Course
Categories
Effort
Languages
Making Asynchronous Requests with jQuery. In this course you will learn how to make asynchronous requests with JavaScript (using jQuery’s AJAX functionality), and gain a better understanding of what’s actually happening when you do so. You will also learn how to use data APIs so you can take advantage [...]