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:

  1. 320
  2. 800 * 1280 (I entered)
  3. 480 <800> (and I put these images
  4. / Strong> (I put these images in the HDPI folder)
  5. in these images in the XHPI folder)

    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

      Baseline phone MDPI 320x480   

    you can increase the debutlet for 1.5 DPHDP and for 2 XHDPI Es

    Developer layout design mind

      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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -