One more useful resource - and straight from the Android team - is this URL http://code.google.com/android/toolbox/performance.html
It clearly outlines how things are different when coding for an embedded system over a convential system. Take a look. - Sunit On Tue, Nov 11, 2008 at 11:55 PM, Nick <[EMAIL PROTECTED]> wrote: > > 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 Vector<T> ArrayList<T> etc... > > > ----- Original Message ----- > From: <[EMAIL PROTECTED]> > To: "Android Beginners" <[email protected]> > 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. > > > > > > -- - Sunit Katkar http://sunitkatkar.blogspot.com/ - Android OS Tutorials --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

