Multi-List Item Selection in Jetpack Compose

The option to select multiple items in a list is a very common functionality we can see in a lot of apps like Gmail, WhatsApp, Files, Messages, etc.

Screenshot from Gmail and Files app (from Google)

We will explore the process of developing a similar user interface (UI) using Jetpack Compose.

Website