Guidelines to resize every element of app
Hi, i have recently developed my app ("icalendate", already shared), but i have some difficulties to make it adapt to the various formats of screen both in android and in iOs.
Can you help me ? I want my app to be 1-page and not scrollable from every resolution starting 800x480 and ending 1920x1080 (or 2536x1600 in ipad retina)
e.g. many components can't be made "inline", are there workarounds ? I had no good results using grids.
Thanks in advance
TheMac