Multi-List Item Selection in Jetpack Compose

<p>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.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:486/1*b7RRyRrxqGVQ4FKixhgkwg.jpeg" style="height:1148px; width:501px" /></p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:486/1*kIJPsFphCLMWFfpQ9kmLgg.jpeg" style="height:1150px; width:500px" /></p> <p>Screenshot from Gmail and Files app (from Google)</p> <p>We will explore the process of developing a similar user interface (UI) using Jetpack Compose.</p> <p><a href="https://medium.com/make-apps-simple/multi-list-item-selection-in-jetpack-compose-301fcf375a6c">Website</a></p>