Using dip instead of px, then the size will change according the dpi value of specific device. then put your image files in drawable-mdpi -hdpi -ldpi, Then android will get the most suitable image when needed. Then layout is the same as image.
On Mon, Feb 13, 2012 at 12:48 PM, mark2011 <[email protected]>wrote: > Dear All : > > I want to write a application to display some information & the > users can set up some data while they click some buttons. If I want to > install this apk into different screen size devices without too much > effort, what kind of layout should I use? > > Thanks in advanced. > > BR, > Mark > > -- > 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 -- 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

