hi everyone, do you know any way or best practice ...
# compose
j
hi everyone, do you know any way or best practice to make the compose views responsive for all devices, I am doing with constraintlayout as in xml but it doesn’t work very well on small devices
z
How are you making your content responsive, and define “doesn’t work very well”
j
I am doing it with constraintLayouts, it does not work well is that in devices with small screens it is not respecting the constraints that are being given to each composable.
z
Is that because the constraints can’t be solved given the available space?
j
Exactly, so I don't know how to solve it in an optimal way because now I'm changing to lazy columns but I don't know if it's the best
z
Can you share what the design is you're trying to implement? I'm not sure how moving from CL to lazy lists would solve the problem of not having enough space