Hi guys I used the Inuit library in my app in order to support multiple screen sizes but when I runed my app in multiple emulators and physical devices I found Inuit didn’t work properly with devices that have 480 screen width or more, what should I do ?
😶 4
a
andrew
05/04/2022, 4:09 AM
This isn’t kotlin, but based on what I found, this intuit library is called SDP if I’m correct. They mention that you’ll likely need to create different resources for tablets anyway. Realistically speaking, SDP kinda solves a nonexistent problem, it’s old, and it’s probably not worth using.
andrew
05/04/2022, 4:10 AM
You’ll save yourself a lot of time, and now I also learned why this (imo crappy) pattern elsewhere independent of SDP internally where I work. 🙂