Android Lesson 4

Welcome to Lesson Four of MDB’s Android 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. You will learn how to use AsyncTasks and Runnables to accomplish build these kinds of features.

Lesson Outline

  • Intro to Concurrency
  • Async Tasks
  • Miscellaneous Topics

You can find all of our demos on GitHub!

Related Resources