user interface - How to design android UI depending on different android OS versions -
i have 2 different android tablets have different os versions.
one kitkat(4.4.2) sdk 19 , other jelly beans(4.1.6) sdk 16.
my question how design ui in manner fits both os. designed ui based on sdk 19 kitkat. company says distribute app on jelly beans(sdk 16). when run app same code on lower version(sdk 16), see images not fit on screen. see images stretched out. way designed didn't provide ui images ldpi, mdpi, hdpi, , on used hdpi since assume jelly beans tablet(galaxy tab 2 10.1) has same resolution(1280x 800) galaxy tab 4 10.1) has. isn't there ways can write designer code(xml) able fit ui both versions? or should write separate ui layout fit both versions? according research android developer site, recommended should provide different size of images(ldpi,mdpi, hdpi, , on). since not differentiating size of tablet(10 inch screen), assume using 1 size feature enough.
would please me on this?
thanks,
Comments
Post a Comment