In order to view this lesson, you must purchase this course.
Our mobile devices are constantly doing many things at the same time when we fire up our apps. To make sure the experience from our phones is user friendly, we'll need to briefly go over how to correctly implement an asynchronous call on a background thread. I'll first give an example on what a synchronous call looks like, then we'll improve it by using an asynchronous call.