Hi,

For xlarge/mdpi(samsung galaxy 10.1):-

Suppose i have one screen in which there are 2 section. One section has
700x800px image in background and other section has 580x800px background
image.Each section contains different types of views.

how can i manage with large/mdpi screen(i.e 1024x600)?







On Thu, Jun 7, 2012 at 2:47 PM, Glen Cook <[email protected]>wrote:

> That's right there is a 4 by 4 matrix of theoretically possible
> devices
>
> However, you only need to include graphics for the 4 generalised
> densities:
>  drawable-hdpi
>  drawable-ldpi
>  drawable-mdpi
>  drawable-xhdpi
>
> One screen being physically larger than another doesn't mean it will
> have more content...Density is the primary factor:
>
> There is a good explanation here:
>
> http://stackoverflow.com/questions/2638202/android-multiple-screen-sizes-with-same-density
>
> Regards,
> Glen
>
> On Jun 7, 9:04 am, Hitendrasinh Gohil <[email protected]>
> wrote:
> > Hi,
> >
> > As i know there are 4 types of screen size and 4 types of density.But how
> > to manage the graphics for different resolution under same density?
> >
> > Like Samsung galaxy 10.1 has *xlarge screen and comes under mdpi* where
> as
> > kindle fore has  *large screen and comes under mdpi.*
> > As i have placed all the graphics for xlarge screen under mdpi and now i
> > also want to make the app compatible for kindle(As per android doc
> graphics
> > for kinlde also goes to drawable-mdpi which is not possible because i
> have
> > already graphics for xlarge screen under drawable-mdpi).
> >
> > can anyone tell me what is best to manage this ?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
regards,
Hitendrasinh Gohil

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to