Monday, February 7, 2011

Re: [android-developers] Re: Honeycomb SDK

I don't know why it says that about minSdkVersion.  The value of minSdkVersion doesn't matter; all that matters is that targetSdkVersion="Honeycomb".  (Or 11 in the final API.)

On Sun, Feb 6, 2011 at 11:54 PM, Marcin Orlowski <webnet.android@gmail.com> wrote:
On 7 February 2011 00:57, midtoad <stewart.midwinter@gmail.com> wrote:
> You will then get the Honeycomb Holograph them and your app will have
> an updated look and feel.

http://developer.android.com/sdk/preview/index.html

"Android 3.0 offers an updated set of UI widgets that are redesigned
for use on larger screens such as tablets and incorporate the new
holographic theme. Your existing application can inherit the new
design simply by setting the <uses-sdk> element's
android:targetSdkVersion attribute to "Honeycomb".

If you do not update the android:targetSdkVersion attribute and the
android:minSdkVersion is set to "9" or lower, then your application
uses the widget designs from Android 2.3 and does not inherit the
holographic theme."

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



--
Dianne Hackborn
Android framework engineer
hackbod@android.com

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment