iOS Lesson 4

Welcome to Lesson Four of MDB’s iOS Training Program. Almost all mobile applications have a back-end component. This requires interacting with APIs either created by other companies or by yourself. Network requests take time, so often apps must perform tasks in the background. Quite often, successfully working with network requests also requires concurrent programming and memory management.

Lesson Outline

  • Notification Center
  • GCD
  • APIs
  • URLSessions
  • ARC

You can find all of our demos on GitHub!

Related Resources

Other Lessons