https://kotlinlang.org logo
Title
u

user

07/17/2022, 12:21 PM
Using Horizontal LazyRow with items in compose I am trying to figure out what would be the best approach to create this type of design: https://gyazo.com/bae04894f7ef079a06ad71f733026f33 https://gyazo.com/111eace0d8cdecdecad1c8a7b486faf7 Should I be using a Horizontal lazyRow as suggested with a scrollview or how would I go about doing this? Should I also...