Sukitha Udugamasooriya wrote: > Hi > > I have created an application and I want to make sure it works in > different resolution. > > i have used LinearLayout and some ListViews and buttons. > > I need to know will it be an issue if the apk is put to two different > phones which has different resolution.
If the same layout looks good in portrait (320x480) and landscape (480x320), you are well on your way. Otherwise, right now, Android does not officially support other screen sizes, meaning the resources for testing other screen sizes is limited. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coders' Guide to *Advanced* Android Development_ In Print! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

