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.

Saving user data

Lesson 1: Preferences and settings

  • 1.1: Shared preferences
  • 1.2: App settings

Lesson 2: Storing data with Room

  • 2.1 Part A: Room, LiveData, and ViewModel
  • 2.1 Part B: Deleting data from a Room database