Can someone recommend a guide for supporting multi...
# compose
s
Can someone recommend a guide for supporting multiple device sizes with Compose? I'm working on an app that targets mobile, tablet, and desktop.
m
https://developer.android.com/jetpack/compose/layouts/adaptive This might be a good start? a few key concepts that you can then look in more depth and some videos as well?
AH this is the compose only channel sorry
s
Thanks. Not sure what you meant by the second message though.
m
This channel its for Compose in general now ( I guess) and the link its about android, but hopefully it helps
s
Yeah, it's not too Android specific.
k
Are you asking about how to detect the screen size in a multi-platform way, or how to reflow the application content based on the size it’s given?
s
I'm mostly looking for some guidance on which things to change when designing for desktop vs mobile.
This is a pretty interesting read, but I'm not sure that I agree with all of his opinions: https://dev.to/erdo/jetpack-compose-and-windowsize-classes-gb4
I can't figure out if the material3-window-size-class library works on multiplatform or not. It seems like it doesn't.