Even before the 2.3.3 SDK update, the Build.VERSION.SDK_INT on the 3.0
emulator said 10. So I assumed that SDK 10 was honeycomb preview and that
the final release of honeycomb would be SDK 11.

But after updating, the SDK now says 2.3.3 is SDK 10, emulator (3.0) also
says 10. I don't think Google has entirely sorted this out yet.

Shane

On Thu, Feb 10, 2011 at 10:37 AM, Ed Burnette <ed.burne...@gmail.com> wrote:

> Ok, so if 2.3.3 is API level 10, and 3.0 is API level 11, where would
> any future 2.x releases fit in? Will they be called API level 10, or
> 12, or will you start using fractional numbers somehow (currently the
> level has to be an int)? The answer affects how we should write apps
> that work across multiple versions.
>
> For example, suppose I want to use a method introduced in 3.0 and I
> check for Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB. Is
> that always going to work? Or is it possible that the method will
> exist at SDK_INT == 11 but not at SDK_INT == 12? The alternatives
> would mean we'd have to start checking Build.CODENAME, INCREMENTAL,
> and RELEASE as well (yuck), or that reflection would be the only
> reliable way to check if a method or class exists.
>
> An easy fix, if there are going to be more 2.x releases, would be for
> you to use an API level number bigger than 11 for Android 3.0 to
> provide some room to grow. If there are not going to be any more 2.x
> releases then it won't matter.
>
> On Feb 9, 1:25 pm, Xavier Ducrohet <x...@android.com> wrote:
> > I'm not commenting on rumors, but Android 2.3.3 (API *10*) is out as an
> SDK.
> >
> > Xav
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Wed, Feb 9, 2011 at 9:27 AM, Ed Burnette <ed.burne...@gmail.com>
> wrote:
> > > Hard info to replace the rumors would be most welcome. :)
> >
> > > According to Viewsonic, there will be a release in between 2.3 and 3.0
> > > (http://www.pocket-lint.com/news/38311/android-2-4-april-release-
> > > date). That means it must be under development somewhere now, which
> > > means some folks (the involved devs and project leads at least) have
> > > an idea what will go in it. Without roadmaps or public source trees or
> > > development work-blogs, the rest of us are left to guess and
> > > speculate. I'd much rather we didn't have to.
> >
> > > On Feb 8, 1:14 am, Dianne Hackborn <hack...@android.com> wrote:
> > >> The Honeycomb framework APIs are introduced in 3.0.  Any platform that
> has
> > >> them would be 3.0 or later.  (And more important, any platform that
> has them
> > >> would have an API level that is at least that of Honeycomb.)
> >
> > >> Rumors, so much fun. :p
> >
> > >> On Mon, Feb 7, 2011 at 8:43 PM, Kevin Duffey <andjar...@gmail.com>
> wrote:
> > >> > There is a 2.4 in the works if the rumor mill is correct, from my
> > >> > understanding of potentially bad sources, 2.4 will be a sort of
> reduced
> > >> > honeycomb for phones, hopefully giving it the same UI but perhaps a
> few
> > >> > different things? I am really curious how this is going to play out.
> > >> > Naturally the apple fanboys are shouting fragmentation again, but I
> am
> > >> > really interested in the UI differences between 3.0 and any new
> version for
> > >> > phones that come out. Will phones go the way of tablets, no buttons,
> same
> > >> > UI, etc? I personally hope so, the 3.0 UI looks fantastic.
> >
> > >> > On Mon, Feb 7, 2011 at 5:17 PM, Mark Murphy <
> mmur...@commonsware.com>wrote:
> >
> > >> >> My initial reaction was that it was an homage to Spinal Tap.
> >
> > >> >> On Mon, Feb 7, 2011 at 7:47 PM, Ed Burnette <ed.burne...@gmail.com
> >
> > >> >> wrote:
> > >> >> > 11? Does that mean the next 2.x release will be API level 10 and
> that
> > >> >> > there will only be one more 2.x release with API changes? Or am I
> > >> >> > reading too much into it? I was wondering how that numbering
> hiccup
> > >> >> > was going to be handled.
> >
> > >> >> > On Feb 7, 3:01 am, Dianne Hackborn <hack...@android.com> wrote:
> > >> >> >> 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.)
> >
> > >> >> > --
> > >> >> > 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+unsubscr...@googlegroups.com
> > >> >> > For more options, visit this group at
> > >> >> >http://groups.google.com/group/android-developers?hl=en
> >
> > >> >> --
> > >> >> Mark Murphy (a Commons Guy)
> > >> >>http://commonsware.com|http://github.com/commonsguy
> > >> >>http://commonsware.com/blog|http://twitter.com/commonsguy
> >
> > >> >> Android 2.3 Programming Books:http://commonsware.com/books
> >
> > >> >> --
> > >> >> 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+unsubscr...@googlegroups.com
> > >> >> 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
> android-developers@googlegroups.com
> > >> > To unsubscribe from this group, send email to
> > >> > android-developers+unsubscr...@googlegroups.com
> > >> > For more options, visit this group at
> > >> >http://groups.google.com/group/android-developers?hl=en
> >
> > >> --
> > >> Dianne Hackborn
> > >> Android framework engineer
> > >> hack...@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+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-developers?hl=en
> >
> > --
> > Xavier Ducrohet
> > Android SDK Tech Lead
> > Google Inc.http://developer.android.com|http://tools.android.com
> >
> > Please do not send me questions directly. Thanks!
>
> --
> 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+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to