Re: [android-developers] Re: Couple of Honeycomb API errors

2011-01-27 Thread TreKing
On Thu, Jan 27, 2011 at 2:36 PM, Brad Gies  wrote:

> Great... maybe we can teach the U.S. how to spell ;).


Watt you tawking abowt? Wee spell grate doun hear.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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

Re: [android-developers] Re: Couple of Honeycomb API errors

2011-01-27 Thread Brad Gies


Great... maybe we can teach the U.S. how to spell ;).

Sincerely,

Brad Gies
---
Bistro Bot - Bistro Blurb
http://bgies.comhttp://nocrappyapps.com
http://bistroblurb.com  http://forcethetruth.com
http://ihottonight.com
---
Everything in moderation, including abstinence (paraphrased)

Every person is born with a brain... Those who use it well are the successful 
happy ones - Brad Gies

Adversity can make or break you... It's your choice... Choose wisely - Brad Gies

Never doubt that a small group of thoughtful, committed people can
change the world. Indeed. It is the only thing that ever has - Margaret Mead


On 27/01/2011 11:51 AM, Brill Pappin wrote:

Chuckle!

Not only that, but its how the rest of the world spells things :)

- Brill

On Jan 27, 1:44 pm, Dianne Hackborn  wrote:

Hi!  Thanks for your feedback.

android.database.sqlite.SQLiteDatabase.getAttachedDbs() returns


ArrayList instead of List

We'll get this fixed.


android.os.AsyncTask onCancelled() uses the UK spelling of the word
where everywhere else in the API, the US spelling variations are
used.  It's not just Canceled vs. Cancelled, but *ize vs. *ise.

Yeah we noticed this in the API review.  Unfortunately this *is* consistent
with the other APIs on AsyncTask (and probably not coincidentally, the
standard Java APIs like Future that AsyncTask is implemented on top of). :/

We decided it was better to keep the AsyncTask APIs self-consistent, rather
than inconsistently consistent with other Android APIs. :}

--
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


Re: [android-developers] Re: Couple of Honeycomb API errors

2011-01-27 Thread Dianne Hackborn
I guess I should have said we are keeping it consistently inconsistent,
rather than making it inconsistently consistent. :)

On Thu, Jan 27, 2011 at 11:51 AM, Brill Pappin  wrote:

>
> Chuckle!
>
> Not only that, but its how the rest of the world spells things :)
>
> - Brill
>
> On Jan 27, 1:44 pm, Dianne Hackborn  wrote:
> > Hi!  Thanks for your feedback.
> >
> > android.database.sqlite.SQLiteDatabase.getAttachedDbs() returns
> >
> > > ArrayList instead of List
> >
> > We'll get this fixed.
> >
> > > android.os.AsyncTask onCancelled() uses the UK spelling of the word
> > > where everywhere else in the API, the US spelling variations are
> > > used.  It's not just Canceled vs. Cancelled, but *ize vs. *ise.
> >
> > Yeah we noticed this in the API review.  Unfortunately this *is*
> consistent
> > with the other APIs on AsyncTask (and probably not coincidentally, the
> > standard Java APIs like Future that AsyncTask is implemented on top of).
> :/
> >
> > We decided it was better to keep the AsyncTask APIs self-consistent,
> rather
> > than inconsistently consistent with other Android APIs. :}
> >
> > --
> > 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
>



-- 
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

[android-developers] Re: Couple of Honeycomb API errors

2011-01-27 Thread Brill Pappin

Chuckle!

Not only that, but its how the rest of the world spells things :)

- Brill

On Jan 27, 1:44 pm, Dianne Hackborn  wrote:
> Hi!  Thanks for your feedback.
>
> android.database.sqlite.SQLiteDatabase.getAttachedDbs() returns
>
> > ArrayList instead of List
>
> We'll get this fixed.
>
> > android.os.AsyncTask onCancelled() uses the UK spelling of the word
> > where everywhere else in the API, the US spelling variations are
> > used.  It's not just Canceled vs. Cancelled, but *ize vs. *ise.
>
> Yeah we noticed this in the API review.  Unfortunately this *is* consistent
> with the other APIs on AsyncTask (and probably not coincidentally, the
> standard Java APIs like Future that AsyncTask is implemented on top of). :/
>
> We decided it was better to keep the AsyncTask APIs self-consistent, rather
> than inconsistently consistent with other Android APIs. :}
>
> --
> 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