Hi Dianne, In my app the min sdk version is 7 that is android 2.1. But when I am running my app in qvga screen display some of the images are not coming properly. I guess, for small resolution screens we need to create different images for them.
Any thought on this ? Thanks!! On Mon, Mar 28, 2011 at 11:19 AM, Dianne Hackborn <[email protected]>wrote: > I strongly recommend you use android:targetSdkVersion="4" (or higher), so > you don't need to do anything with <supports-screens>. And consider just > making your android:minSdkVersion="4" -- there are few enough 1.5 devices > around these days to be worth worrying about for a new app. > > > On Sun, Mar 27, 2011 at 9:38 AM, Laxmi Verma <[email protected] > > wrote: > >> >> Hi, >> >> >> I had make entry of <support-screens> tag in the AndroidManifest.xml, but >> the header which i customized is stil not coming in proper format. >> >> Please help!! >> Thanks!! >> >> ---------- Forwarded message ---------- >> From: Nicholas Johnson <[email protected]> >> Date: Sun, Mar 27, 2011 at 9:58 PM >> Subject: [android-developers] Re: Regarding screen resolution >> To: [email protected] >> Cc: Laxmi Verma <[email protected]> >> >> >> Different screen resolutions started to get support in API Level 4 (1.6). >> So, I recommend using API Level 4 and then reading the documention on the >> Android Dev >> site<http://developer.android.com/guide/practices/screens_support.html>. >> It's really good. >> >> Nick >> >> -- >> 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 >> > > > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. > > -- 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

