How Templates from Android for car app library addresses layout on multiple devices/infotainment-systems?

82 views Asked by At

We built our Automotive app with custom UI instead of the templates. List of templates available there are not enough to offer the services we want to, to the user. Also our features list does not scale.
Pain with custom UI is that dealing with multiple device form factors. Unlike mobile devices, Infotainment Systems in cars varies a lot from 1:1, 12:16, 20:8, to 30:8. windowSizeClass API does not help much.

I am wondering how templates supports rendering on such devices ? They just use the same template/layout on all devices but with varied size of elements or is there any logic that we can also try using in out custom API to address this wide variation of devices ?

Any suggestions about this will be appreciated.

0

There are 0 answers