Android Application Design to support multiple sizes -
I'm working on the Andoid application for Mobile only (not for tablets). So I'm going to tell the designer to make PSD for the Android screen. Normally I tell my designer to design an application on these three sizes and I use dimen to adjust the layout for other devices: So I want to know that I What type of PSD should be made from designer I'm asking about full screen size. The initial design is to design the PSD file with 100% i.e. XHDPI, then it is required to downscale // For Developer First start designing for MDPI then From the appropriate folder you can increase the debutlet for 1.5 DPHDP and for 2 XHDPI Es Developer layout design mind
Baseline phone MDPI 320x480
1. Use wrap_content, fill_perrent, or DP units when specifying the dimension in the XML layout file 2. Do not use hard-coded pixel values in your code code 3. Do not use AbsoluteLayout (it disliked) 4. Separately Supply of optional bitmap droplets for screen density
Comments
Post a Comment