Hello everyone,
When working with lists which need to look good on phones and tablets, which one is the best approach?
• A
LazyColumn
for phone and a
LazyVerticalGrid
for tablets.
• Just a
LazyVerticalGrid
with a different column value (1 for phones)
columns = GridCells.Fixed ()
k
Kirill Grouchnikov
08/02/2022, 3:49 PM
These are implementation details. Start with your design, the density and the amount of information you want to display, and that will guide the technical details later on