[android-beginners] Re: Android 1.0 SDK Released

2008-12-13 Thread fadden

On Dec 11, 6:17 pm, kenb k...@irider.com wrote:
 Don't Java compilers do these kinds of optimizations, assuming the
 fields aren't volatile?

The common compilers (e.g. javac) do not.  Some post-processors (e.g.
ProGuard) might.

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



[android-beginners] Re: Android 1.0 SDK Released

2008-11-11 Thread Nick

Android applications, those one creates using the SDK, are in Java, not in 
C++. STL is for C++, no? However, Android supports templates same as Java 
5.0 it supports VectorT ArrayListT etc...


- Original Message - 
From: [EMAIL PROTECTED]
To: Android Beginners android-beginners@googlegroups.com
Sent: Wednesday, November 12, 2008 5:49 AM
Subject: [android-beginners] Re: Android 1.0 SDK Released



Does Android SDK has a support for STL - Standard Template Library ?

We are picking up Android and building HAL layers within it but STL is
starting to become an issue for us. We have major chunk of legacy code
that uses STL template classes. I was wondering if Android SDK
supports STL::Vector, Containers etc.

Thx
- SD

On Sep 23, 4:09 pm, Megha Joshi [EMAIL PROTECTED] wrote:
 Hi everyone,

 We're pleased to announce the release of the Android 1.0 SDK, release 1.

 For full information, please see Dan Morrill's blog post:

 http://android-developers.blogspot.com/2008/09/announcing-android-10-...

 SDK Download:

 http://code.google.com/android/download.html

 Overview of Changes since 0.9 SDK:

 http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

 Android Developer Guide:

 http://code.google.com/android/documentation.html

 Thanks for using the Android SDK and Happy coding!

 Cheers,
 The Android Team.



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android 1.0 SDK Released

2008-11-09 Thread PurchaseSMS

thanks

On Sep 24, 2:09 am, Megha Joshi [EMAIL PROTECTED] wrote:
 Hi everyone,

 We're pleased to announce the release of the Android 1.0 SDK, release 1.

 For full information, please see Dan Morrill's blog post:

 http://android-developers.blogspot.com/2008/09/announcing-android-10-...

 SDK Download:

    http://code.google.com/android/download.html

 Overview of Changes since 0.9 SDK:

      http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

 Android Developer Guide:

    http://code.google.com/android/documentation.html

 Thanks for using the Android SDK and Happy coding!

 Cheers,
 The Android Team.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android 1.0 SDK Released

2008-10-03 Thread tagore

When will the Internationalization and Localization be released in the
SDK? Anybody know?
Thanks!

On Sep 24, 6:09 am, Megha Joshi [EMAIL PROTECTED] wrote:
 Hi everyone,

 We're pleased to announce the release of the Android 1.0 SDK, release 1.

 For full information, please see Dan Morrill's blog post:

 http://android-developers.blogspot.com/2008/09/announcing-android-10-...

 SDK Download:

http://code.google.com/android/download.html

 Overview of Changes since 0.9 SDK:

  http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

 Android Developer Guide:

http://code.google.com/android/documentation.html

 Thanks for using the Android SDK and Happy coding!

 Cheers,
 The Android Team.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android 1.0 SDK Released

2008-09-25 Thread Mitechka

Seems like the new version breaks the Eclipse plugin :( At least
Eclipse wouldn't let me set the new directory as the SDK home.

On Sep 23, 6:09 pm, Megha Joshi [EMAIL PROTECTED] wrote:
 Hi everyone,

 We're pleased to announce the release of the Android 1.0 SDK, release 1.

 For full information, please see Dan Morrill's blog post:

 http://android-developers.blogspot.com/2008/09/announcing-android-10-...

 SDK Download:

    http://code.google.com/android/download.html

 Overview of Changes since 0.9 SDK:

      http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

 Android Developer Guide:

    http://code.google.com/android/documentation.html

 Thanks for using the Android SDK and Happy coding!

 Cheers,
 The Android Team.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android 1.0 SDK Released

2008-09-25 Thread Xavier Ducrohet

You need the new plugin (0.8.0) to go with the new SDK.
The older plugin (0.7.1) only works with the 0.9 SDK.

Xav

On Thu, Sep 25, 2008 at 11:01 AM, Mitechka [EMAIL PROTECTED] wrote:

 Seems like the new version breaks the Eclipse plugin :( At least
 Eclipse wouldn't let me set the new directory as the SDK home.

 On Sep 23, 6:09 pm, Megha Joshi [EMAIL PROTECTED] wrote:
 Hi everyone,

 We're pleased to announce the release of the Android 1.0 SDK, release 1.

 For full information, please see Dan Morrill's blog post:

 http://android-developers.blogspot.com/2008/09/announcing-android-10-...

 SDK Download:

http://code.google.com/android/download.html

 Overview of Changes since 0.9 SDK:

  http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

 Android Developer Guide:

http://code.google.com/android/documentation.html

 Thanks for using the Android SDK and Happy coding!

 Cheers,
 The Android Team.

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Android 1.0 SDK Released

2008-09-25 Thread Dmitriy Kropivnitskiy

Seems like the new version breaks the Eclipse plugin :( At least
Eclipse wouldn't let me set the new directory as the SDK home.

On Thu, Sep 25, 2008 at 5:24 PM, Dmitriy Kropivnitskiy
[EMAIL PROTECTED] wrote:
 Fixed with the new version of the plugin. For some reason it wouldn't
 update, I had to uninstall and reinstall both Android plugins.

 On Thu, Sep 25, 2008 at 2:01 PM, Mitechka [EMAIL PROTECTED] wrote:

 Seems like the new version breaks the Eclipse plugin :( At least
 Eclipse wouldn't let me set the new directory as the SDK home.

 On Sep 23, 6:09 pm, Megha Joshi [EMAIL PROTECTED] wrote:
 Hi everyone,

 We're pleased to announce the release of the Android 1.0 SDK, release 1.

 For full information, please see Dan Morrill's blog post:

 http://android-developers.blogspot.com/2008/09/announcing-android-10-...

 SDK Download:

http://code.google.com/android/download.html

 Overview of Changes since 0.9 SDK:

  http://code.google.com/android/migrating/0.9-1.0/changes-overview.html

 Android Developer Guide:

http://code.google.com/android/documentation.html

 Thanks for using the Android SDK and Happy coding!

 Cheers,
 The Android Team.

 



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---