Android Developer Fundamentals

 

This page lists the practical codelabs that are included in the Android Developer Fundamentals course. For links to the concept chapters, slides, and apps that accompany these codelabs, see the course overview.

Working in the background

Lesson 1: Background tasks

  • 1.1: AsyncTask
  • 1.2: AsyncTask and AsyncTaskLoader
  • 1.3: Broadcast receivers

Lesson 2: Alarms and schedulers

  • 2.1: Notifications
  • 2.2: The alarm manager
  • 2.3: JobScheduler