Get an introduction to Android development and UI basics.
Pathway 1

Lesson 4: Build your first Android app

Learn to create your first Android apps using Android Studio.

Pathway 2

Lesson 5: Layouts

Build a tip calculator app by building the layout first, then implement the logic to calculate the tip from the user input. Next, create an app that displays a scrollable list using the RecyclerView widget in Android.

Pathway 3

Lesson 6: App navigation

Create a fragment, define navigation paths, and start an external activity. Complete the AndroidTrivia app, which is a game in which users answer trivia questions about Android development and can share their results if they win.