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.

Unit 1: Get started

Lesson 1: Build your first app

  • 1.1: Android Studio and Hello World
  • 1.2 Part A: Your first interactive UI
  • 1.2 Part B: The layout editor
  • 1.3: Text and scrolling views
  • 1.4: Learn to help yourself

Lesson 2: Activities and intents

  • 2.1: Activities and intents
  • 2.2: Activity lifecycle and state
  • 2.3: Implicit intents

Lesson 3: Testing, debugging, and using support libraries

  • 3.1: The debugger
  • 3.2: Unit tests
  • 3.3: Support libraries