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
Zach Klippenstein (he/him) [MOD]
01/12/2022, 3:55 PM
How are you making your content responsive, and define “doesn’t work very well”
j
Jaime
01/12/2022, 4:43 PM
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
Zach Klippenstein (he/him) [MOD]
01/13/2022, 3:54 PM
Is that because the constraints can’t be solved given the available space?
j
Jaime
01/13/2022, 8:05 PM
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
Zach Klippenstein (he/him) [MOD]
01/13/2022, 9:14 PM
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