Introduction

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

A vital part of any user interface is text. Whether it’s displaying information, guiding users through tasks, or providing feedback, text is an important pillar in building an accessible and usable app.

So far in this module, you’ve covered the basics of Jetpack Compose, how modifiers work, and how to use layout composables to build larger UIs.

In this lesson, you’ll cover text and the different styling options that are available. You’ll learn how to:

  • Display text on the screen.
  • Style text.
  • Apply multiple styles to text.
See forum comments
Download course materials from Github
Previous: Quiz: Building Layouts with Compose Next: Exploring BasicText and Text in Compose