In the previous lesson, you learned about lists in Compose and how you can create highly customized lists with ease that are performant. You also saw how the simplicity of Jetpack Compose starkly contrasts with the verbosity and complexity of the RecyclerView APIs in the UI toolkit.
In this lesson, you’ll go a step further with lists and learn how you can create rich user experiences with grids.
In the context of RecyclerViews, you usually think about grids in terms of a variation of LayoutManager, like the GridLayoutManager, which determines how you place your elements on the screen. But in Jetpack Compose, you can think of grids conceptually as extensions of the list construct and far simpler compared with their RecyclerView counterpart.
In this lesson, you’ll:
Identify the purpose of a Grid.
Explain how to create a Grid.
Detail the purpose of a Lazy Grid.
See forum comments
This content was released on Sep 10 2024. The official support period is 6-months
from this date.
Learn how to create rich experiences with grid UIs in compose.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.