开发者

Screen size problem in android

I am creating a native android app targeting all android devices. I have confused about scalability of UI based on screen size. kindly suggest what are the screen sizes I need to consider while developing.

Please rep开发者_JAVA技巧ly as soon as possible.

Thanks in advance M.Sathya.


Android is designed in such a way that everything we make can be run independent of screen size. Fundamentally you MUST learn about types of layouts and their use. Also tend to use dp instead of pixels.

For more information go to: Multiple Screens Support

Thanks,


you need to consider about small screens with density 240x320, medium screens 320x480 and large screens 480x800 or 480x854. check out this Multiple Screens Support

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜